--- v24/errors/campaign_goal_config_error.proto 2026-07-21 22:02:15.000000000 +0000 +++ v25/errors/campaign_goal_config_error.proto 2026-07-21 22:02:35.000000000 +0000 @@ -55,5 +55,22 @@ // Customer must be allowlisted to use retention only goal. CUSTOMER_NOT_ALLOWLISTED_FOR_RETENTION_ONLY = 12; + + // New customer acquisition customer lifecycle optimization goal targeting + // only new customers should not have campaign override values set. + CAMPAIGN_OVERRIDE_VALUES_SET_FOR_NEW_CUSTOMER_ACQUISITION_TARGET_SPECIFIC_OPTION = + 13; + + // New customer acquisition customer lifecycle optimization goal campaign + // override high lifetime values should only be set for supported campaign + // type. + CAMPAIGN_OVERRIDE_HIGH_LIFETIME_VALUE_NOT_SUPPORTED_FOR_CAMPAIGN_TYPE = 14; + + // Error when the campaign is attempting to combine incompatible CLO goals. + CANNOT_USE_INCOMPATIBLE_CLO_GOALS = 15; + + // At least one mode (either enabling bid adjustments or showing benefits in + // PLA) must be enabled for loyalty retention goal. + LOYALTY_RETENTION_GOAL_INVALID_MODE = 16; } }
/errors/campaign_goal_config_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-07-22 UTC.