/errors/campaign_goal_config_error.proto

--- 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;
   }
 }