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