--- v23/errors/smart_campaign_error.proto 2026-06-18 21:38:47.000000000 +0000 +++ v24/errors/smart_campaign_error.proto 2026-06-18 21:38:54.000000000 +0000 @@ -58,5 +58,8 @@ // The final URL could not be crawled. FINAL_URL_NOT_CRAWLABLE = 8; + + // New Smart campaigns cannot be created. + CREATION_FAILED = 9; } }
/errors/smart_campaign_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 2026-06-19 UTC.