BiddingStrategySimulation

  • This content describes a bidding strategy simulation with supported combinations of simulation type and modification method.

  • The supported combinations for this simulation are TARGET_CPA with UNIFORM and TARGET_ROAS with UNIFORM.

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

  • The list of simulation points can be either a TargetCpaSimulationPointList for TARGET_CPA simulations or a TargetRoasSimulationPointList for TARGET_ROAS simulations.

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.