/enums/bidding_strategy_type.proto

--- v21/enums/bidding_strategy_type.proto   2025-10-07 23:35:21.000000000 +0000
+++ v22/enums/bidding_strategy_type.proto   2025-10-07 23:35:30.000000000 +0000
@@ -49,6 +49,10 @@
     // Fixed CPM is a manual bidding strategy with a fixed CPM.
     FIXED_CPM = 19;

+    // Fixed share of voice is a manual bidding strategy for YouTube
+    // Sponsorships that bills either on CPM or a fixed cost per day.
+    FIXED_SHARE_OF_VOICE = 22;
+
     // 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
@@ -94,6 +98,10 @@
     // at the target cost-per-acquisition (CPA) you set.
     TARGET_CPA = 6;

+    // Target CPC is an automated bid strategy that sets bids to help get
+    // as many clicks as possible at the target cost-per-click (CPC) you set.
+    TARGET_CPC = 21;
+
     // Target CPM is an automated bid strategy that sets bids to help get
     // as many impressions as possible at the target cost per one thousand
     // impressions (CPM) you set.