--- v16/resources/customer.proto 2024-04-18 17:10:06.000000000 +0000 +++ v16-1/resources/customer.proto 2024-04-18 17:10:16.000000000 +0000 @@ -168,6 +169,14 @@ // Output only. Settings for Local Services customer. LocalServicesSettings local_services_settings = 45 [(google.api.field_behavior) = OUTPUT_ONLY]; + + // Output only. Brand Safety setting at the account level. Allows for + // selecting an inventory type to show your ads on content that is the right + // fit for your brand. See + // https://support.google.com/google-ads/answer/7515513. + google.ads.googleads.v16.enums.BrandSafetySuitabilityEnum + .BrandSafetySuitability video_brand_safety_suitability = 46 + [(google.api.field_behavior) = OUTPUT_ONLY]; } // Call reporting setting for a customer. Only mutable in an `update` operation.
Salvo quando diversamente specificato, i contenuti di questa pagina sono concessi in base alla licenza Creative Commons Attribution 4.0, mentre gli esempi di codice sono concessi in base alla licenza Apache 2.0. Per ulteriori dettagli, consulta le norme del sito di Google Developers. Java è un marchio registrato di Oracle e/o delle sue consociate.
Ultimo aggiornamento 2024-08-21 UTC.
[null,null,["Ultimo aggiornamento 2024-08-21 UTC."],[[["Customer resource updated to include settings for Brand Safety at the account level."],["Brand safety settings allow advertisers to choose inventory types that align with their brand suitability preferences, impacting where ads are displayed."],["This change is reflected in the `customer.proto` file with the addition of the `video_brand_safety_suitability` field, which uses the `BrandSafetySuitabilityEnum` to manage preferences."],["The new field is output-only and is specific to video content, focusing on brand safety considerations for video ad placements."]]],[]]