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
549 550 551 552 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 549 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_event_count ⇒ ::Integer
549 550 551 552 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 549 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#max_event_value ⇒ ::Float
549 550 551 552 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 549 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_event_count ⇒ ::Integer
549 550 551 552 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 549 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#min_event_value ⇒ ::Float
549 550 551 552 |
# File 'proto_docs/google/analytics/admin/v1alpha/resources.rb', line 549 class EventMapping include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |