Resource: BiddingStrategySimulation
A bidding strategy simulation. Supported combinations of simulation type and simulation modification method are detailed below respectively.
- TARGET_CPA - UNIFORM
- TARGET_ROAS - UNIFORM
JSON representation | |
---|---|
{ "resourceName": string, "biddingStrategyId": string, "type": enum ( |
Fields | ||
---|---|---|
resourceName |
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form:
|
|
biddingStrategyId |
Output only. Bidding strategy shared set id of the simulation. |
|
type |
Output only. The field that the simulation modifies. |
|
modificationMethod |
Output only. How the simulation modifies the field. |
|
startDate |
Output only. First day on which the simulation is based, in YYYY-MM-DD format. |
|
endDate |
Output only. Last day on which the simulation is based, in YYYY-MM-DD format |
|
Union field point_list . List of simulation points. point_list can be only one of the following: |
||
targetCpaPointList |
Output only. Simulation points if the simulation type is TARGET_CPA. |
|
targetRoasPointList |
Output only. Simulation points if the simulation type is TARGET_ROAS. |
Methods |
|
---|---|
|
Returns the requested bidding strategy simulation in full detail. |