Class GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation
A bidding strategy simulation. Supported combinations of simulation type and simulation modification method are detailed below respectively. 1. TARGET_CPA - UNIFORM 2. TARGET_ROAS - UNIFORM
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesBiddingStrategySimulation : IDirectResponseSchema
Properties
BiddingStrategyId
Output only. Bidding strategy shared set id of the simulation.
Declaration
[JsonProperty("biddingStrategyId")]
public virtual long? BiddingStrategyId { get; set; }
Property Value
| Type | Description |
|---|---|
| long? |
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 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}
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 |