Show / Hide Table of Contents

Class GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings

Lifecycle goal optimization value settings.

Inheritance
object
GoogleAdsSearchads360V23CommonCustomerLifecycleOptimizationValueSettings
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX