/enums/bidding_strategy_type.proto

--- v17/enums/bidding_strategy_type.proto   2024-08-06 12:42:01.000000000 +0000
+++ v17-1/enums/bidding_strategy_type.proto 2024-08-06 12:42:14.000000000 +0000
@@ -46,6 +46,9 @@
     // them for clicks where they seem less likely.
     ENHANCED_CPC = 2;

+    // Fixed CPM is a manual bidding strategy with a fixed CPM.
+    FIXED_CPM = 19;
+
     // Used for return value only. Indicates that a campaign does not have a
     // bidding strategy. This prevents the campaign from serving. For example,
     // a campaign may be attached to a manager bidding strategy and the serving
@@ -96,6 +99,10 @@
     // impressions (CPM) you set.
     TARGET_CPM = 14;

+    // Target CPV is an automated bidding strategy that sets bids to optimize
+    // performance given the average target cost per view.
+    TARGET_CPV = 20;
+
     // An automated bidding strategy that sets bids so that a certain percentage
     // of search ads are shown at the top of the first page (or other targeted
     // location).