--- 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
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2026-07-22。
[null,null,["最后更新时间 (UTC):2026-07-22。"],[],[]]