- 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 EventMappingOrBuilder extends MessageOrBuilder
Implements
MessageOrBuilderMethods
getEventName()
public abstract String getEventName()
Required. Name of the GA4 event. It must always be set. The max allowed display name length is 40 UTF-16 code units.
string event_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
String | The eventName. |
getEventNameBytes()
public abstract ByteString getEventNameBytes()
Required. Name of the GA4 event. It must always be set. The max allowed display name length is 40 UTF-16 code units.
string event_name = 1 [(.google.api.field_behavior) = REQUIRED];
Returns | |
---|---|
Type | Description |
ByteString | The bytes for eventName. |
getMaxEventCount()
public abstract long getMaxEventCount()
The maximum number of times the event occurred. If not set, maximum event count won't be checked.
optional int64 max_event_count = 3;
Returns | |
---|---|
Type | Description |
long | The maxEventCount. |
getMaxEventValue()
public abstract double getMaxEventValue()
The maximum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, maximum event value won't be checked.
optional double max_event_value = 5;
Returns | |
---|---|
Type | Description |
double | The maxEventValue. |
getMinEventCount()
public abstract long getMinEventCount()
At least one of the following four min/max values must be set. The values set will be ANDed together to qualify an event. The minimum number of times the event occurred. If not set, minimum event count won't be checked.
optional int64 min_event_count = 2;
Returns | |
---|---|
Type | Description |
long | The minEventCount. |
getMinEventValue()
public abstract double getMinEventValue()
The minimum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, minimum event value won't be checked.
optional double min_event_value = 4;
Returns | |
---|---|
Type | Description |
double | The minEventValue. |
hasMaxEventCount()
public abstract boolean hasMaxEventCount()
The maximum number of times the event occurred. If not set, maximum event count won't be checked.
optional int64 max_event_count = 3;
Returns | |
---|---|
Type | Description |
boolean | Whether the maxEventCount field is set. |
hasMaxEventValue()
public abstract boolean hasMaxEventValue()
The maximum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, maximum event value won't be checked.
optional double max_event_value = 5;
Returns | |
---|---|
Type | Description |
boolean | Whether the maxEventValue field is set. |
hasMinEventCount()
public abstract boolean hasMinEventCount()
At least one of the following four min/max values must be set. The values set will be ANDed together to qualify an event. The minimum number of times the event occurred. If not set, minimum event count won't be checked.
optional int64 min_event_count = 2;
Returns | |
---|---|
Type | Description |
boolean | Whether the minEventCount field is set. |
hasMinEventValue()
public abstract boolean hasMinEventValue()
The minimum revenue generated due to the event. Revenue currency will be defined at the property level. If not set, minimum event value won't be checked.
optional double min_event_value = 4;
Returns | |
---|---|
Type | Description |
boolean | Whether the minEventValue field is set. |