Show / Hide Table of Contents

Class GoogleAdsSearchads360V23ResourcesCampaignGoalConfig

A link between a campaign and a goal enabling campaign-specific optimization.

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

Properties

Campaign

Immutable. The resource name of the campaign for this link.

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

CampaignRetentionSettings

Retention goal campaign settings.

Declaration
[JsonProperty("campaignRetentionSettings")]
public virtual GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignRetentionGoalSettings CampaignRetentionSettings { get; set; }
Property Value
Type Description
GoogleAdsSearchads360V23CommonCampaignGoalSettingsCampaignRetentionGoalSettings

ETag

The ETag of the item.

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

Goal

Immutable. The resource name of the goal this link is attached to.

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

GoalType

Output only. The goal type this link is attached to.

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

ResourceName

Immutable. The resource name of the campaign goal config. campaign goal config resource names have the form: customers/{customer_id}/campaignGoalConfigs/{campaign_id}~{goal_id}

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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX