Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation

An ad group criterion simulation. Supported combinations of advertising channel type, criterion type, simulation type, and simulation modification method are detailed below respectively. Hotel AdGroupCriterion simulation operations starting in V5. 1. DISPLAY - KEYWORD - CPC_BID - UNIFORM 2. SEARCH - KEYWORD - CPC_BID - UNIFORM 3. SHOPPING - LISTING_GROUP - CPC_BID - UNIFORM 4. HOTEL - LISTING_GROUP - CPC_BID - UNIFORM 5. HOTEL - LISTING_GROUP - PERCENT_CPC_BID - UNIFORM

Inheritance
object
GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesAdGroupCriterionSimulation : IDirectResponseSchema

Properties

AdGroupId

Output only. AdGroup 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

CriterionId

Output only. Criterion ID of the simulation.

Declaration
[JsonProperty("criterionId")]
public virtual long? CriterionId { 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

PercentCpcBidPointList

Output only. Simulation points if the simulation type is PERCENT_CPC_BID.

Declaration
[JsonProperty("percentCpcBidPointList")]
public virtual GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList PercentCpcBidPointList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonPercentCpcBidSimulationPointList

ResourceName

Output only. The resource name of the ad group criterion simulation. Ad group criterion simulation resource names have the form: customers/{customer_id}/adGroupCriterionSimulations/{ad_group_id}~{criterion_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

Type

Output only. The field that the simulation modifies.

Declaration
[JsonProperty("type")]
public virtual string Type { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX