--- 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; } }
إنّ محتوى هذه الصفحة مرخّص بموجب ترخيص Creative Commons Attribution 4.0 ما لم يُنصّ على خلاف ذلك، ونماذج الرموز مرخّصة بموجب ترخيص Apache 2.0. للاطّلاع على التفاصيل، يُرجى مراجعة سياسات موقع Google Developers. إنّ Java هي علامة تجارية مسجَّلة لشركة Oracle و/أو شركائها التابعين.
تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)
[null,null,["تاريخ التعديل الأخير: 2024-09-11 (حسب التوقيت العالمي المتفَّق عليه)"],[[["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."]]],[]]