Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignSimulation

A campaign simulation. Supported combinations of advertising channel type, simulation type and simulation modification method is detailed below respectively. * SEARCH - CPC_BID - UNIFORM * SEARCH - CPC_BID - SCALING * SEARCH - TARGET_CPA - UNIFORM * SEARCH - TARGET_CPA - SCALING * SEARCH - TARGET_ROAS - UNIFORM * SEARCH - TARGET_IMPRESSION_SHARE - UNIFORM * SEARCH - BUDGET - UNIFORM * SHOPPING - BUDGET - UNIFORM * SHOPPING - TARGET_ROAS - UNIFORM * MULTI_CHANNEL - TARGET_CPA - UNIFORM * MULTI_CHANNEL - TARGET_ROAS - UNIFORM * DEMAND_GEN - TARGET_CPA - DEFAULT * DISPLAY - TARGET_CPA - UNIFORM * PERFORMANCE_MAX - TARGET_CPA - UNIFORM * PERFORMANCE_MAX - TARGET_ROAS - UNIFORM * PERFORMANCE_MAX - BUDGET - UNIFORM

Inheritance
object
GoogleAdsSearchads360V23ResourcesCampaignSimulation
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 GoogleAdsSearchads360V23ResourcesCampaignSimulation : IDirectResponseSchema

Properties

BudgetPointList

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

Declaration
[JsonProperty("budgetPointList")]
public virtual GoogleAdsSearchads360V23CommonBudgetSimulationPointList BudgetPointList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonBudgetSimulationPointList

CampaignId

Output only. Campaign id of the simulation.

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

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 campaign simulation. Campaign simulation resource names have the form: customers/{customer_id}/campaignSimulations/{campaign_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

TargetImpressionSharePointList

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

Declaration
[JsonProperty("targetImpressionSharePointList")]
public virtual GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPointList TargetImpressionSharePointList { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonTargetImpressionShareSimulationPointList

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX