Show / Hide Table of Contents

Class GoogleAnalyticsAdminV1alphaConversionValues

Conversion value settings for a postback window for SKAdNetwork conversion value schema.

Inheritance
object
GoogleAnalyticsAdminV1alphaConversionValues
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.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaConversionValues : IDirectResponseSchema

Properties

CoarseValue

Required. A coarse grained conversion value. This value is not guaranteed to be unique.

Declaration
[JsonProperty("coarseValue")]
public virtual string CoarseValue { get; set; }
Property Value
Type Description
string

DisplayName

Display name of the SKAdNetwork conversion value. The max allowed display name length is 50 UTF-16 code units.

Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type Description
string

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EventMappings

Event conditions that must be met for this Conversion Value to be achieved. The conditions in this list are ANDed together. It must have minimum of 1 entry and maximum of 3 entries, if the postback window is enabled.

Declaration
[JsonProperty("eventMappings")]
public virtual IList<GoogleAnalyticsAdminV1alphaEventMapping> EventMappings { get; set; }
Property Value
Type Description
IList<GoogleAnalyticsAdminV1alphaEventMapping>

FineValue

The fine-grained conversion value. This is applicable only to the first postback window. Its valid values are [0,63], both inclusive. It must be set for postback window 1, and must not be set for postback window 2 &amp; 3. This value is not guaranteed to be unique. If the configuration for the first postback window is re-used for second or third postback windows this field has no effect.

Declaration
[JsonProperty("fineValue")]
public virtual int? FineValue { get; set; }
Property Value
Type Description
int?

LockEnabled

If true, the SDK should lock to this conversion value for the current postback window.

Declaration
[JsonProperty("lockEnabled")]
public virtual bool? LockEnabled { get; set; }
Property Value
Type Description
bool?

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX