/enums/app_campaign_bidding_strategy_goal_type.proto

--- v21/enums/app_campaign_bidding_strategy_goal_type.proto 2025-10-07 23:35:20.000000000 +0000
+++ v22/enums/app_campaign_bidding_strategy_goal_type.proto 2025-10-07 23:35:32.000000000 +0000
@@ -62,5 +62,14 @@

     // Aim to maximize installation of the app without target cost-per-install.
     OPTIMIZE_INSTALLS_WITHOUT_TARGET_INSTALL_COST = 7;
+
+    // Aim to maximize the selected in-app conversion's volume while spending
+    // the full budget. No advertiser-specific target CPA.
+    OPTIMIZE_IN_APP_CONVERSIONS_WITHOUT_TARGET_CPA = 8;
+
+    // Aim to maximize total conversion value, such as install and selected
+    // in-app conversions, while spending the full budget. No
+    // advertiser-specified target ROAS.
+    OPTIMIZE_TOTAL_VALUE_WITHOUT_TARGET_ROAS = 9;
   }
 }