--- v19/errors/criterion_error.proto 2025-04-14 05:29:56.000000000 +0000 +++ v19-1/errors/criterion_error.proto 2025-04-14 05:29:58.000000000 +0000 @@ -524,5 +524,9 @@ // Brand list can only be negatively targeted for the campaign type. ONLY_EXCLUSION_BRAND_LIST_ALLOWED_FOR_CAMPAIGN_TYPE = 158; + + // Cannot positively target locations outside of restricted area for + // campaign. + LOCATION_TARGETING_NOT_ELIGIBLE_FOR_RESTRICTED_CAMPAIGN = 166; } }
/errors/criterion_error.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-04-14 UTC.