Resource: AdGroupSimulation
An ad group simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively.
- SEARCH - CPC_BID - DEFAULT
- SEARCH - CPC_BID - UNIFORM
- SEARCH - TARGET_CPA - UNIFORM
- SEARCH - TARGET_ROAS - UNIFORM
- DISPLAY - CPC_BID - DEFAULT
- DISPLAY - CPC_BID - UNIFORM
- DISPLAY - TARGET_CPA - UNIFORM
- VIDEO - CPV_BID - DEFAULT
- VIDEO - CPV_BID - UNIFORM
JSON representation | |
---|---|
{ "resourceName": string, "type": enum ( |
Fields | ||
---|---|---|
resourceName |
Output only. The resource name of the ad group simulation. Ad group simulation resource names have the form:
|
|
type |
Output only. The field that the simulation modifies. |
|
modificationMethod |
Output only. How the simulation modifies the field. |
|
adGroupId |
Output only. Ad group id of the simulation. |
|
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: |
||
cpcBidPointList |
Output only. Simulation points if the simulation type is CPC_BID. |
|
cpvBidPointList |
Output only. Simulation points if the simulation type is CPV_BID. |
|
targetCpaPointList |
Output only. Simulation points if the simulation type is TARGET_CPA. |
|
targetRoasPointList |
Output only. Simulation points if the simulation type is TARGET_ROAS. |
CpvBidSimulationPointList
A container for simulation points for simulations of type CPV_BID.
JSON representation | |
---|---|
{
"points": [
{
object ( |
Fields | |
---|---|
points[] |
Projected metrics for a series of CPV bid amounts. |
CpvBidSimulationPoint
Projected metrics for a specific CPV bid amount.
JSON representation | |
---|---|
{ "cpvBidMicros": string, "costMicros": string, "impressions": string, "views": string } |
Fields | |
---|---|
cpvBidMicros |
The simulated CPV bid upon which projected metrics are based. |
costMicros |
Projected cost in micros. |
impressions |
Projected number of impressions. |
views |
Projected number of views. |
Methods |
|
---|---|
|
Returns the requested ad group simulation in full detail. |