--- v24/errors/smart_campaign_error.proto 2026-08-13 23:22:20.000000000 +0000 +++ v25/errors/smart_campaign_error.proto 2026-08-13 23:22:27.000000000 +0000 @@ -61,5 +61,17 @@ // New Smart campaigns cannot be created. CREATION_FAILED = 9; + + // The validate_only generate PMax feature is not supported yet. + VALIDATE_ONLY_GENERATE_PMAX_NOT_SUPPORTED = 10; + + // The GBP enabled generate PMax feature is not supported yet. + GBP_ENABLED_GENERATE_PMAX_NOT_SUPPORTED = 11; + + // The image enabled generate PMax feature is not supported yet. + IMAGE_ENABLED_GENERATE_PMAX_NOT_SUPPORTED = 12; + + // The Smart Campaign to PMax conversion failed validation. + GENERATE_PMAX_CONVERTERS_FAIL = 13; } }
/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-08-16 UTC.