Class GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings
Lifecycle goal optimization value settings.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings : IDirectResponseSchema
Properties
AdditionalHighLifetimeValue
High lifetime value of the lifecycle goal. For example, for customer acquisition goals, high lifetime value is the incremental conversion value for lapsed customers who are of high value. High lifetime value should be greater than value, if set.
Declaration
[JsonProperty("additionalHighLifetimeValue")]
public virtual double? AdditionalHighLifetimeValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
AdditionalValue
Value of the lifecycle goal. For example, for retention goals, value is the incremental conversion value for lapsed customers who are not of high value.
Declaration
[JsonProperty("additionalValue")]
public virtual double? AdditionalValue { get; set; }
Property Value
| Type | Description |
|---|---|
| double? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |