- Resource: CampaignCriterionSimulation
- BidModifierSimulationPointList
- BidModifierSimulationPoint
- Methods
Resource: CampaignCriterionSimulation
A campaign criterion simulation. Supported combinations of advertising channel type, criterion ids, simulation type and simulation modification method is detailed below respectively.
- SEARCH - 30000,30001,30002 - BID_MODIFIER - UNIFORM
- SHOPPING - 30000,30001,30002 - BID_MODIFIER - UNIFORM
- DISPLAY - 30001 - BID_MODIFIER - UNIFORM
JSON representation | |
---|---|
{ "resourceName": string, "type": enum ( |
Fields | |
---|---|
resourceName |
Output only. The resource name of the campaign criterion simulation. Campaign 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. |
campaignId |
Output only. Campaign 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. |
bidModifierPointList |
Output only. Simulation points if the simulation type is BID_MODIFIER. |
BidModifierSimulationPointList
A container for simulation points for simulations of type BID_MODIFIER.
JSON representation | |
---|---|
{
"points": [
{
object ( |
Fields | |
---|---|
points[] |
Projected metrics for a series of bid modifier amounts. |
BidModifierSimulationPoint
Projected metrics for a specific bid modifier amount.
JSON representation | |
---|---|
{ "bidModifier": number, "biddableConversions": number, "biddableConversionsValue": number, "clicks": string, "costMicros": string, "impressions": string, "topSlotImpressions": string, "parentBiddableConversions": number, "parentBiddableConversionsValue": number, "parentClicks": string, "parentCostMicros": string, "parentImpressions": string, "parentTopSlotImpressions": string, "parentRequiredBudgetMicros": string } |
Fields | |
---|---|
bidModifier |
The simulated bid modifier upon which projected metrics are based. |
biddableConversions |
Projected number of biddable conversions. Only search advertising channel type supports this field. |
biddableConversionsValue |
Projected total value of biddable conversions. Only search advertising channel type supports this field. |
clicks |
Projected number of clicks. |
costMicros |
Projected cost in micros. |
impressions |
Projected number of impressions. |
topSlotImpressions |
Projected number of top slot impressions. Only search advertising channel type supports this field. |
parentBiddableConversions |
Projected number of biddable conversions for the parent resource. Only search advertising channel type supports this field. |
parentBiddableConversionsValue |
Projected total value of biddable conversions for the parent resource. Only search advertising channel type supports this field. |
parentClicks |
Projected number of clicks for the parent resource. |
parentCostMicros |
Projected cost in micros for the parent resource. |
parentImpressions |
Projected number of impressions for the parent resource. |
parentTopSlotImpressions |
Projected number of top slot impressions for the parent resource. Only search advertising channel type supports this field. |
parentRequiredBudgetMicros |
Projected minimum daily budget that must be available to the parent resource to realize this simulation. |
Methods |
|
---|---|
|
Returns the requested campaign criterion simulation in full detail. |