BiddingStrategySimulation

  • This page details a bidding strategy simulation and its supported combinations.

  • Supported simulation types and modification methods include TARGET_CPA - UNIFORM and TARGET_ROAS - UNIFORM.

  • The resource name for a bidding strategy simulation includes the customer ID, bidding strategy ID, type, modification method, start date, and end date.

  • Key fields of a bidding strategy simulation include its ID, type, modification method, start date, end date, and a list of simulation points specific to the simulation type.

A bidding strategy simulation. Supported combinations of simulation type and simulation modification method are detailed below respectively.

  1. TARGET_CPA - UNIFORM
  2. TARGET_ROAS - UNIFORM
Fields

resource_name

string

Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form:

customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}

bidding_strategy_id

int64

Output only. Bidding strategy shared set id of the simulation.

type

SimulationType

Output only. The field that the simulation modifies.

modification_method

SimulationModificationMethod

Output only. How the simulation modifies the field.

start_date

string

Output only. First day on which the simulation is based, in YYYY-MM-DD format.

end_date

string

Output only. Last day on which the simulation is based, in YYYY-MM-DD format

Union field

point_list

point_list. List of simulation points. point_list can be only one of the following:

target_cpa_point_list

TargetCpaSimulationPointList

Output only. Simulation points if the simulation type is TARGET_CPA.

target_roas_point_list

TargetRoasSimulationPointList

Output only. Simulation points if the simulation type is TARGET_ROAS.