Class GoogleAdsSearchads360V23ResourcesAdGroupSimulation
An ad group simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively. 1. SEARCH - CPC_BID - DEFAULT 2. SEARCH - CPC_BID - UNIFORM 3. SEARCH - TARGET_CPA - UNIFORM 4. SEARCH - TARGET_ROAS - UNIFORM 5. DISPLAY - CPC_BID - DEFAULT 6. DISPLAY - CPC_BID - UNIFORM 7. DISPLAY - TARGET_CPA - UNIFORM
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupSimulation : IDirectResponseSchema
Properties
AdGroupId
Output only. Ad group id of the simulation.
Declaration
[JsonProperty("adGroupId")]
public virtual long? AdGroupId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
CpcBidPointList
Output only. Simulation points if the simulation type is CPC_BID.
Declaration
[JsonProperty("cpcBidPointList")]
public virtual GoogleAdsSearchads360V23CommonCpcBidSimulationPointList CpcBidPointList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonCpcBidSimulationPointList |
CpvBidPointList
Output only. Simulation points if the simulation type is CPV_BID.
Declaration
[JsonProperty("cpvBidPointList")]
public virtual GoogleAdsSearchads360V23CommonCpvBidSimulationPointList CpvBidPointList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonCpvBidSimulationPointList |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
EndDate
Output only. Last day on which the simulation is based, in YYYY-MM-DD format
Declaration
[JsonProperty("endDate")]
public virtual string EndDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ModificationMethod
Output only. How the simulation modifies the field.
Declaration
[JsonProperty("modificationMethod")]
public virtual string ModificationMethod { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
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}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
StartDate
Output only. First day on which the simulation is based, in YYYY-MM-DD format.
Declaration
[JsonProperty("startDate")]
public virtual string StartDate { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
TargetCpaPointList
Output only. Simulation points if the simulation type is TARGET_CPA.
Declaration
[JsonProperty("targetCpaPointList")]
public virtual GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList TargetCpaPointList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonTargetCpaSimulationPointList |
TargetRoasPointList
Output only. Simulation points if the simulation type is TARGET_ROAS.
Declaration
[JsonProperty("targetRoasPointList")]
public virtual GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList TargetRoasPointList { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonTargetRoasSimulationPointList |
Type
Output only. The field that the simulation modifies.
Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
| Type | Description |
|---|---|
| string |