- Resource: AdGroupCriterionSimulation
- PercentCpcBidSimulationPointList
- PercentCpcBidSimulationPoint
- Methods
Resource: AdGroupCriterionSimulation
An ad group criterion simulation. Supported combinations of advertising channel type, criterion type, simulation type, and simulation modification method are detailed below respectively. Hotel AdGroupCriterion simulation operations starting in V5.
- DISPLAY - KEYWORD - CPC_BID - UNIFORM
- SEARCH - KEYWORD - CPC_BID - UNIFORM
- SHOPPING - LISTING_GROUP - CPC_BID - UNIFORM
- HOTEL - LISTING_GROUP - CPC_BID - UNIFORM
- HOTEL - LISTING_GROUP - PERCENT_CPC_BID - UNIFORM
JSON representation | |
---|---|
{ "resourceName": string, "type": enum ( |
Fields | ||
---|---|---|
resourceName |
Output only. The resource name of the ad group criterion simulation. Ad group criterion 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. AdGroup ID of the simulation. |
|
criterionId |
Output only. Criterion 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. |
|
percentCpcBidPointList |
Output only. Simulation points if the simulation type is PERCENT_CPC_BID. |
PercentCpcBidSimulationPointList
A container for simulation points for simulations of type PERCENT_CPC_BID.
JSON representation | |
---|---|
{
"points": [
{
object ( |
Fields | |
---|---|
points[] |
Projected metrics for a series of percent CPC bid amounts. |
PercentCpcBidSimulationPoint
Projected metrics for a specific percent CPC amount. Only Hotel advertising channel type supports this field.
JSON representation | |
---|---|
{ "percentCpcBidMicros": string, "biddableConversions": number, "biddableConversionsValue": number, "clicks": string, "costMicros": string, "impressions": string, "topSlotImpressions": string } |
Fields | |
---|---|
percentCpcBidMicros |
The simulated percent CPC upon which projected metrics are based. Percent CPC expressed as fraction of the advertised price for some good or service. The value stored here is 1,000,000 * [fraction]. |
biddableConversions |
Projected number of biddable conversions. |
biddableConversionsValue |
Projected total value of biddable conversions in local currency. |
clicks |
Projected number of clicks. |
costMicros |
Projected cost in micros. |
impressions |
Projected number of impressions. |
topSlotImpressions |
Projected number of top slot impressions. |
Methods |
|
---|---|
|
Returns the requested ad group criterion simulation in full detail. |