/枚举/建议类型.proto

--- v13/enums/recommendation_type.proto 2023-06-07 19:38:59.000000000 +0000
+++ v14/enums/recommendation_type.proto 2023-06-07 19:39:00.000000000 +0000
@@ -181,5 +181,18 @@
     // Recommendation to migrate offers targeted by Regular Shopping Campaigns
     // to existing Performance Max campaigns.
     SHOPPING_MIGRATE_REGULAR_SHOPPING_CAMPAIGN_OFFERS_TO_PERFORMANCE_MAX = 42;
+
+    // Recommendation to enable dynamic image extensions on the account,
+    // allowing Google to find the best images from ad landing pages and
+    // complement text ads.
+    DYNAMIC_IMAGE_EXTENSION_OPT_IN = 43;
+
+    // Recommendation to raise Target CPA based on Google predictions modeled
+    // from past conversions. It is applied asynchronously and can take minutes
+    // depending on the number of ad groups there are in the related campaign.
+    RAISE_TARGET_CPA = 44;
+
+    // Recommendation to lower Target ROAS.
+    LOWER_TARGET_ROAS = 45;
   }
 }