AdGroupSimulation
Stay organized with collections
Save and categorize content based on your preferences.
An ad group simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively.
- SEARCH - CPC_BID - DEFAULT
- SEARCH - CPC_BID - UNIFORM
- SEARCH - TARGET_CPA - UNIFORM
- SEARCH - TARGET_ROAS - UNIFORM
- DISPLAY - CPC_BID - DEFAULT
- DISPLAY - CPC_BID - UNIFORM
- DISPLAY - TARGET_CPA - UNIFORM
Fields |
resource_name
|
string
Output only. The resource name of the ad group simulation. Ad group simulation resource names have the form: customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}
|
type
|
SimulationType
Output only. The field that the simulation modifies.
|
modification_method
|
SimulationModificationMethod
Output only. How the simulation modifies the field.
|
ad_group_id
|
int64
Output only. Ad group id of the simulation.
|
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: |
cpc_bid_point_list
|
CpcBidSimulationPointList
Output only. Simulation points if the simulation type is CPC_BID.
|
cpv_bid_point_list
|
CpvBidSimulationPointList
Output only. Simulation points if the simulation type is CPV_BID.
|
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 2025-08-07 UTC.
[null,null,["Last updated 2025-08-07 UTC."],[],[],null,["# AdGroupSimulation\n\nAn ad group simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively.\n\n1. SEARCH - CPC_BID - DEFAULT\n2. SEARCH - CPC_BID - UNIFORM\n3. SEARCH - TARGET_CPA - UNIFORM\n4. SEARCH - TARGET_ROAS - UNIFORM\n5. DISPLAY - CPC_BID - DEFAULT\n6. DISPLAY - CPC_BID - UNIFORM\n7. DISPLAY - TARGET_CPA - UNIFORM\n\n| Fields ||\n|------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### `resource_name` | `string` Output only. The resource name of the ad group simulation. Ad group simulation resource names have the form: `customers/{customer_id}/adGroupSimulations/{ad_group_id}~{type}~{modification_method}~{start_date}~{end_date}` |\n| ### `type` | [SimulationType](/google-ads/api/reference/rpc/v19/SimulationTypeEnum.SimulationType) Output only. The field that the simulation modifies. |\n| ### `modification_method` | [SimulationModificationMethod](/google-ads/api/reference/rpc/v19/SimulationModificationMethodEnum.SimulationModificationMethod) Output only. How the simulation modifies the field. |\n| ### `ad_group_id` | `int64` Output only. Ad group id of the simulation. |\n| ### `start_date` | `string` Output only. First day on which the simulation is based, in YYYY-MM-DD format. |\n| ### `end_date` | `string` Output only. Last day on which the simulation is based, in YYYY-MM-DD format |\n| Union field ### `point_list` `point_list`. List of simulation points. `point_list` can be only one of the following: ||\n| ### `cpc_bid_point_list` | [CpcBidSimulationPointList](/google-ads/api/reference/rpc/v19/CpcBidSimulationPointList) Output only. Simulation points if the simulation type is CPC_BID. |\n| ### `cpv_bid_point_list` | [CpvBidSimulationPointList](/google-ads/api/reference/rpc/v19/CpvBidSimulationPointList) Output only. Simulation points if the simulation type is CPV_BID. |\n| ### `target_cpa_point_list` | [TargetCpaSimulationPointList](/google-ads/api/reference/rpc/v19/TargetCpaSimulationPointList) Output only. Simulation points if the simulation type is TARGET_CPA. |\n| ### `target_roas_point_list` | [TargetRoasSimulationPointList](/google-ads/api/reference/rpc/v19/TargetRoasSimulationPointList) Output only. Simulation points if the simulation type is TARGET_ROAS. |"]]