Stay organized with collections
Save and categorize content based on your preferences.
--- 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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-04-19 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."]]],[]]