A container for simulation points for simulations of type CPC_BID.
JSON representation | |
---|---|
{
"points": [
{
object ( |
Fields | |
---|---|
points[] |
Projected metrics for a series of CPC bid amounts. |
CpcBidSimulationPoint
Projected metrics for a specific CPC bid amount.
JSON representation | |
---|---|
{ "requiredBudgetAmountMicros": string, "biddableConversions": number, "biddableConversionsValue": number, "clicks": string, "costMicros": string, "impressions": string, "topSlotImpressions": string, // Union field |
Fields | ||
---|---|---|
requiredBudgetAmountMicros |
Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency. |
|
biddableConversions |
Projected number of biddable conversions. |
|
biddableConversionsValue |
Projected total value of biddable conversions. |
|
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. |
|
Union field cpc_simulation_key_value . When SimulationModificationMethod = UNIFORM or DEFAULT, cpc_bid_micros is set. When SimulationModificationMethod = SCALING, cpc_bid_scaling_modifier is set. cpc_simulation_key_value can be only one of the following: |
||
cpcBidMicros |
The simulated CPC bid upon which projected metrics are based. |
|
cpcBidScalingModifier |
The simulated scaling modifier upon which projected metrics are based. All CPC bids relevant to the simulated entity are scaled by this modifier. |