Class GoogleAdsSearchads360V23ResourcesCampaignLifecycleGoal
Campaign level customer lifecycle goal settings.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignLifecycleGoal : IDirectResponseSchema
Properties
Campaign
Output only. The campaign where the goal is attached.
Declaration
[JsonProperty("campaign")]
public virtual string Campaign { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
CustomerAcquisitionGoalSettings
Output only. The customer acquisition goal settings for the campaign. The customer acquisition goal is described in this article: https://support.google.com/google-ads/answer/12080169
Declaration
[JsonProperty("customerAcquisitionGoalSettings")]
public virtual GoogleAdsSearchads360V23ResourcesCustomerAcquisitionGoalSettings CustomerAcquisitionGoalSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23ResourcesCustomerAcquisitionGoalSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the customer lifecycle goal of a campaign.
customers/{customer_id}/campaignLifecycleGoal/{campaign_id}
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |