- 0.62.0 (latest)
- 0.61.0
- 0.59.0
- 0.58.0
- 0.57.0
- 0.56.0
- 0.55.0
- 0.54.0
- 0.53.0
- 0.52.0
- 0.51.0
- 0.50.0
- 0.49.0
- 0.47.0
- 0.46.0
- 0.45.0
- 0.44.0
- 0.43.0
- 0.42.0
- 0.41.0
- 0.40.0
- 0.39.0
- 0.38.0
- 0.37.0
- 0.34.0
- 0.33.0
- 0.32.0
- 0.31.0
- 0.30.0
- 0.29.0
- 0.28.0
- 0.27.0
- 0.26.0
- 0.25.0
- 0.24.0
- 0.23.0
- 0.22.0
- 0.21.0
- 0.20.0
- 0.19.0
- 0.18.0
- 0.17.0
- 0.16.0
- 0.15.0
- 0.14.0
public interface ConversionValuesOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Name | Description |
index |
int |
Returns | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
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 | |
---|---|
Type | Description |
boolean |
Whether the fineValue field is set. |