/enums/recommendation_type.proto

--- v14/enums/recommendation_type.proto 2023-10-18 04:25:29.000000000 +0000
+++ v15/enums/recommendation_type.proto 2023-10-18 04:25:33.000000000 +0000
@@ -205,5 +205,18 @@
     // Recommendation to migrate Dynamic Search Ads to Performance Max
     // campaigns.
     MIGRATE_DYNAMIC_SEARCH_ADS_CAMPAIGN_TO_PERFORMANCE_MAX = 48;
+
+    // Recommendation to set a target CPA for campaigns that do not have one
+    // specified, in advance of a seasonal event that is forecasted to increase
+    // traffic.
+    FORECASTING_SET_TARGET_CPA = 49;
+
+    // Recommendation to set a target CPA for campaigns that do not have one
+    // specified.
+    SET_TARGET_CPA = 50;
+
+    // Recommendation to set a target ROAS for campaigns that do not have one
+    // specified.
+    SET_TARGET_ROAS = 51;
   }
 }