Interface ConversionValuesOrBuilder (0.50.0)

public interface ConversionValuesOrBuilder extends MessageOrBuilder

Implements

MessageOrBuilder

Methods

getCoarseValue()

public abstract CoarseValue getCoarseValue()

Required. A coarse grained conversion value.

This value is not guaranteed to be unique.

.google.analytics.admin.v1alpha.CoarseValue coarse_value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
CoarseValue

The coarseValue.

getCoarseValueValue()

public abstract int getCoarseValueValue()

Required. A coarse grained conversion value.

This value is not guaranteed to be unique.

.google.analytics.admin.v1alpha.CoarseValue coarse_value = 3 [(.google.api.field_behavior) = REQUIRED];

Returns
TypeDescription
int

The enum numeric value on the wire for coarseValue.

getDisplayName()

public abstract String getDisplayName()

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

string display_name = 1;

Returns
TypeDescription
String

The displayName.

getDisplayNameBytes()

public abstract ByteString getDisplayNameBytes()

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

string display_name = 1;

Returns
TypeDescription
ByteString

The bytes for displayName.

getEventMappings(int index)

public abstract EventMapping getEventMappings(int index)

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.

repeated .google.analytics.admin.v1alpha.EventMapping event_mappings = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventMapping

getEventMappingsCount()

public abstract int getEventMappingsCount()

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.

repeated .google.analytics.admin.v1alpha.EventMapping event_mappings = 4;

Returns
TypeDescription
int

getEventMappingsList()

public abstract List<EventMapping> getEventMappingsList()

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.

repeated .google.analytics.admin.v1alpha.EventMapping event_mappings = 4;

Returns
TypeDescription
List<EventMapping>

getEventMappingsOrBuilder(int index)

public abstract EventMappingOrBuilder getEventMappingsOrBuilder(int index)

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.

repeated .google.analytics.admin.v1alpha.EventMapping event_mappings = 4;

Parameter
NameDescription
indexint
Returns
TypeDescription
EventMappingOrBuilder

getEventMappingsOrBuilderList()

public abstract List<? extends EventMappingOrBuilder> getEventMappingsOrBuilderList()

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.

repeated .google.analytics.admin.v1alpha.EventMapping event_mappings = 4;

Returns
TypeDescription
List<? extends com.google.analytics.admin.v1alpha.EventMappingOrBuilder>

getFineValue()

public abstract int getFineValue()

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.

optional int32 fine_value = 2;

Returns
TypeDescription
int

The fineValue.

getLockEnabled()

public abstract boolean getLockEnabled()

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

bool lock_enabled = 5;

Returns
TypeDescription
boolean

The lockEnabled.

hasFineValue()

public abstract boolean hasFineValue()

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.

optional int32 fine_value = 2;

Returns
TypeDescription
boolean

Whether the fineValue field is set.