Stay organized with collections
Save and categorize content based on your preferences.
--- v16/errors/campaign_criterion_error.proto 2024-04-18 17:10:00.000000000 +0000+++ v16-1/errors/campaign_criterion_error.proto 2024-04-18 17:10:09.000000000 +0000@@ -124,5 +124,12 @@ // exclusive targeting, broad match campaigns for inclusive targeting or
// PMax generated campaigns.
CANNOT_ATTACH_BRAND_LIST_TO_NON_QUALIFIED_SEARCH_CAMPAIGN = 26;
++ // Campaigns that target all countries and territories are limited to a+ // certain number of top-level location exclusions. If removing a criterion+ // causes the campaign to target all countries and territories and the+ // campaign has more top-level location exclusions than the limit allows,+ // then this error is returned.+ CANNOT_REMOVE_ALL_LOCATIONS_DUE_TO_TOO_MANY_COUNTRY_EXCLUSIONS = 27; }
}
[[["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."],[[["A new error, `CANNOT_REMOVE_ALL_LOCATIONS_DUE_TO_TOO_MANY_COUNTRY_EXCLUSIONS`, has been added to the `campaign_criterion_error.proto` file."],["This new error is triggered when attempting to remove a criterion that results in a campaign targeting all countries, while also exceeding the allowed limit of top-level location exclusions."],["The existing error `CANNOT_ATTACH_BRAND_LIST_TO_NON_QUALIFIED_SEARCH_CAMPAIGN` prevents brand lists from being attached to campaigns that do not qualify for exclusive targeting, broad match, or PMax-generated campaigns."]]],[]]