Stay organized with collections
Save and categorize content based on your preferences.
--- v17/resources/ad_group.proto 2024-10-17 03:48:53.000000000 +0000+++ v18/resources/ad_group.proto 2024-10-17 03:48:58.000000000 +0000@@ -173,6 +173,12 @@ // replacement for Audience Expansion.
bool optimized_targeting_enabled = 59;
+ // When this value is true, demographics will be excluded from the types of+ // targeting which are expanded when optimized_targeting_enabled is true.+ // When optimized_targeting_enabled is false, this field is ignored. Default+ // is false.+ bool exclude_demographic_expansion = 67;+ // Allows advertisers to specify a targeting dimension on which to place
// absolute bids. This is only applicable for campaigns that target only the
// display network and not search.
[[["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-10-17 UTC."],[[["In version 18 of the ad_group.proto, a new field `exclude_demographic_expansion` has been introduced to control demographic targeting expansion when `optimized_targeting_enabled` is true."],["This new field, `exclude_demographic_expansion`, allows advertisers to prevent demographic targeting from being expanded when using optimized targeting and defaults to false."]]],[]]