/enums/recommendation_type.proto

--- v15/enums/recommendation_type.proto 2024-02-20 20:28:59.000000000 +0000
+++ v16/enums/recommendation_type.proto 2024-02-20 20:29:03.000000000 +0000
@@ -218,5 +218,30 @@
     // Recommendation to set a target ROAS for campaigns that do not have one
     // specified.
     SET_TARGET_ROAS = 51;
+
+    // Recommendation to update a campaign to use the Maximize Conversion Value
+    // bidding strategy.
+    MAXIMIZE_CONVERSION_VALUE_OPT_IN = 52;
+
+    // Recommendation to deploy Google Tag on more pages.
+    IMPROVE_GOOGLE_TAG_COVERAGE = 53;
+
+    // Recommendation to turn on Final URL expansion for your Performance Max
+    // campaigns.
+    PERFORMANCE_MAX_FINAL_URL_OPT_IN = 54;
+
+    // Recommendation to update a customer list that hasn't been updated
+    // in the last 90 days.
+    REFRESH_CUSTOMER_MATCH_LIST = 55;
+
+    // Recommendation to create a custom audience.
+    CUSTOM_AUDIENCE_OPT_IN = 56;
+
+    // Recommendation to add lead form assets to campaign or customer level.
+    LEAD_FORM_ASSET = 57;
+
+    // Recommendation to improve the strength of ads in
+    // Demand Gen campaigns.
+    IMPROVE_DEMAND_GEN_AD_STRENGTH = 58;
   }
 }