Class: Google::Analytics::Admin::V1alpha::EventMapping
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::EventMapping
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/resources.rb
Overview
Event setting conditions to match an event.
Instance Attribute Summary collapse
-
#event_name ⇒ ::String
Required.
-
#max_event_count ⇒ ::Integer
The maximum number of times the event occurred.
-
#max_event_value ⇒ ::Float
The maximum revenue generated due to the event.
-
#min_event_count ⇒ ::Integer
At least one of the following four min/max values must be set.
-
#min_event_value ⇒ ::Float
The minimum revenue generated due to the event.
Instance Attribute Details
#event_name ⇒ ::String
Returns Required. Name of the GA4 event. It must always be set. The max allowed display name length is 40 UTF-16 code units.
523 524 525 526 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 523 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_event_count ⇒ ::Integer
Returns The maximum number of times the event occurred. If not set, maximum event count won't be checked.
523 524 525 526 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 523 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_event_value ⇒ ::Float
Returns 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.
523 524 525 526 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 523 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_event_count ⇒ ::Integer
Returns 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.
523 524 525 526 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 523 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_event_value ⇒ ::Float
Returns 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.
523 524 525 526 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 523 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |