Class GoogleAdsSearchads360V23ResourcesCustomerLifecycleGoal
Account level customer lifecycle goal settings.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCustomerLifecycleGoal : IDirectResponseSchema
Properties
CustomerAcquisitionGoalValueSettings
Output only. Customer acquisition goal customer level value settings.
Declaration
[JsonProperty("customerAcquisitionGoalValueSettings")]
public virtual GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings CustomerAcquisitionGoalValueSettings { get; set; }
Property Value
| Type | Description |
|---|---|
| GoogleAdsSearchads360V23CommonLifecycleGoalValueSettings |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
OwnerCustomer
Output only. The resource name of the customer which owns the lifecycle goal.
Declaration
[JsonProperty("ownerCustomer")]
public virtual string OwnerCustomer { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ResourceName
Immutable. The resource name of the customer lifecycle goal. Customer lifecycle resource names have the
form: customers/{customer_id}/customerLifecycleGoal
Declaration
[JsonProperty("resourceName")]
public virtual string ResourceName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |