Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesConversionGoalCampaignConfig

Conversion goal settings for a Campaign.

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

Properties

Campaign

Immutable. The campaign with which this conversion goal campaign config is associated.

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

CustomConversionGoal

The custom conversion goal the campaign is using for optimization.

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

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

GoalConfigLevel

The level of goal config the campaign is using.

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

ResourceName

Immutable. The resource name of the conversion goal campaign config. Conversion goal campaign config resource names have the form: customers/{customer_id}/conversionGoalCampaignConfigs/{campaign_id}

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

SearchAds360CustomConversionGoal

The Search Ads 360 custom conversion goal the campaign is using for optimization.

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

SearchAds360GoalConfigLevel

The level of Search Ads 360 goal config the campaign is using.

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX