Class GoogleAdsSearchads360V23ResourcesCampaignGoalConfig
A link between a campaign and a goal enabling campaign-specific optimization.
Implements
Inherited Members
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 |