--- 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; } }
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-09-11 UTC.
[null,null,["Ultimo aggiornamento 2024-09-11 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."]]],[]]