--- v16/errors/campaign_error.proto 2024-04-18 17:10:01.000000000 +0000 +++ v16-1/errors/campaign_error.proto 2024-04-18 17:10:10.000000000 +0000 @@ -299,5 +299,9 @@ // active Performance Max optimization automatically created assets // experiment. End the experiment to modify these settings. CANNOT_MODIFY_TEXT_ASSET_AUTOMATION_WITH_ENABLED_TRIAL = 88; + + // Dynamic text asset cannot be opted out when final URL expansion is opted + // in. + DYNAMIC_TEXT_ASSET_CANNOT_OPT_OUT_WITH_FINAL_URL_EXPANSION_OPT_IN = 89; } }
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 2024-04-19 UTC.