/common/simulation.proto

--- v13/common/simulation.proto 2023-06-07 19:38:55.000000000 +0000
+++ v14/common/simulation.proto 2023-06-07 19:39:00.000000000 +0000
@@ -27,12 +27,6 @@

 // Proto file describing simulation points.

-// A container for simulation points for simulations of type BID_MODIFIER.
-message BidModifierSimulationPointList {
-  // Projected metrics for a series of bid modifier amounts.
-  repeated BidModifierSimulationPoint points = 1;
-}
-
 // A container for simulation points for simulations of type CPC_BID.
 message CpcBidSimulationPointList {
   // Projected metrics for a series of CPC bid amounts.
@@ -76,58 +70,6 @@
   repeated TargetImpressionShareSimulationPoint points = 1;
 }

-// Projected metrics for a specific bid modifier amount.
-message BidModifierSimulationPoint {
-  // The simulated bid modifier upon which projected metrics are based.
-  optional double bid_modifier = 15;
-
-  // Projected number of biddable conversions.
-  // Only search advertising channel type supports this field.
-  optional double biddable_conversions = 16;
-
-  // Projected total value of biddable conversions.
-  // Only search advertising channel type supports this field.
-  optional double biddable_conversions_value = 17;
-
-  // Projected number of clicks.
-  optional int64 clicks = 18;
-
-  // Projected cost in micros.
-  optional int64 cost_micros = 19;
-
-  // Projected number of impressions.
-  optional int64 impressions = 20;
-
-  // Projected number of top slot impressions.
-  // Only search advertising channel type supports this field.
-  optional int64 top_slot_impressions = 21;
-
-  // Projected number of biddable conversions for the parent resource.
-  // Only search advertising channel type supports this field.
-  optional double parent_biddable_conversions = 22;
-
-  // Projected total value of biddable conversions for the parent resource.
-  // Only search advertising channel type supports this field.
-  optional double parent_biddable_conversions_value = 23;
-
-  // Projected number of clicks for the parent resource.
-  optional int64 parent_clicks = 24;
-
-  // Projected cost in micros for the parent resource.
-  optional int64 parent_cost_micros = 25;
-
-  // Projected number of impressions for the parent resource.
-  optional int64 parent_impressions = 26;
-
-  // Projected number of top slot impressions for the parent resource.
-  // Only search advertising channel type supports this field.
-  optional int64 parent_top_slot_impressions = 27;
-
-  // Projected minimum daily budget that must be available to the parent
-  // resource to realize this simulation.
-  optional int64 parent_required_budget_micros = 28;
-}
-
 // Projected metrics for a specific CPC bid amount.
 message CpcBidSimulationPoint {
   // Projected required daily budget that the advertiser must set in order to