BiddingStrategySimulation
Stay organized with collections
Save and categorize content based on your preferences.
A bidding strategy simulation. Supported combinations of simulation type and simulation modification method are detailed below respectively.
- TARGET_CPA - UNIFORM
- TARGET_ROAS - UNIFORM
Fields |
resource_name
|
string
Output only. The resource name of the bidding strategy simulation. Bidding strategy simulation resource names have the form: customers/{customer_id}/biddingStrategySimulations/{bidding_strategy_id}~{type}~{modification_method}~{start_date}~{end_date}
|
bidding_strategy_id
|
int64
Output only. Bidding strategy shared set id of the simulation.
|
type
|
SimulationType
Output only. The field that the simulation modifies.
|
modification_method
|
SimulationModificationMethod
Output only. How the simulation modifies the field.
|
start_date
|
string
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
|
end_date
|
string
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
|
Union field point_list
point_list . List of simulation points. point_list can be only one of the following: |
target_cpa_point_list
|
TargetCpaSimulationPointList
Output only. Simulation points if the simulation type is TARGET_CPA.
|
target_roas_point_list
|
TargetRoasSimulationPointList
Output only. Simulation points if the simulation type is TARGET_ROAS.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["This tool provides a bidding strategy simulation, allowing you to analyze the potential impact of different strategies."],["Two simulation types are supported: `TARGET_CPA` and `TARGET_ROAS`, both utilizing the `UNIFORM` modification method."],["The simulation generates data points based on start and end dates you specify, reflecting the performance under those conditions."],["Simulation results are displayed through `point_list`, with either `target_cpa_point_list` or `target_roas_point_list` populated depending on the chosen simulation type."],["Each simulation has a unique resource name and is associated with a bidding strategy ID for identification and management."]]],[]]