A container for simulation points for simulations of type TARGET_ROAS.
JSON representation | |
---|---|
{
"points": [
{
object ( |
Fields | |
---|---|
points[] |
Projected metrics for a series of target ROAS amounts. |
TargetRoasSimulationPoint
Projected metrics for a specific target ROAS amount.
JSON representation | |
---|---|
{ "requiredBudgetAmountMicros": string, "targetRoas": number, "biddableConversions": number, "biddableConversionsValue": number, "clicks": string, "costMicros": string, "impressions": string, "topSlotImpressions": string } |
Fields | |
---|---|
requiredBudgetAmountMicros |
Projected required daily budget that the advertiser must set in order to receive the estimated traffic, in micros of advertiser currency. |
targetRoas |
The simulated target ROAS upon which projected metrics are based. |
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 googleAds.search advertising channel type supports this field. |