Show / Hide Table of Contents

Class ConversionValues

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

Inheritance
object
ConversionValues
Implements
IMessage<ConversionValues>
IEquatable<ConversionValues>
IDeepCloneable<ConversionValues>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ConversionValues : IMessage<ConversionValues>, IEquatable<ConversionValues>, IDeepCloneable<ConversionValues>, IBufferMessage, IMessage

Constructors

ConversionValues()

Declaration
public ConversionValues()

ConversionValues(ConversionValues)

Declaration
public ConversionValues(ConversionValues other)
Parameters
Type Name Description
ConversionValues other

Properties

CoarseValue

Required. A coarse grained conversion value.

This value is not guaranteed to be unique.

Declaration
public CoarseValue CoarseValue { get; set; }
Property Value
Type Description
CoarseValue

DisplayName

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

Declaration
public string DisplayName { 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
public RepeatedField<EventMapping> EventMappings { get; }
Property Value
Type Description
RepeatedField<EventMapping>

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 & 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
public int FineValue { get; set; }
Property Value
Type Description
int

HasFineValue

Gets whether the "fine_value" field is set

Declaration
public bool HasFineValue { get; }
Property Value
Type Description
bool

LockEnabled

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

Declaration
public bool LockEnabled { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX