Class: Google::Analytics::Admin::V1alpha::EventEditRule
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::EventEditRule
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb
Overview
An Event Edit Rule defines conditions that will trigger the creation of an entirely new event based upon matched criteria of a source event. Additional mutations of the parameters from the source event can be defined.
Unlike Event Create rules, Event Edit Rules are applied in their defined order.
Event Edit rules can't be used to modify an event created from an Event Create rule.
Instance Attribute Summary collapse
-
#display_name ⇒ ::String
Required.
-
#event_conditions ⇒ ::Array<::Google::Analytics::Admin::V1alpha::MatchingCondition>
Required.
-
#name ⇒ ::String
Identifier.
-
#parameter_mutations ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ParameterMutation>
Required.
-
#processing_order ⇒ ::Integer
readonly
Output only.
Instance Attribute Details
#display_name ⇒ ::String
123 124 125 126 |
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 123 class EventEditRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#event_conditions ⇒ ::Array<::Google::Analytics::Admin::V1alpha::MatchingCondition>
123 124 125 126 |
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 123 class EventEditRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String
123 124 125 126 |
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 123 class EventEditRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#parameter_mutations ⇒ ::Array<::Google::Analytics::Admin::V1alpha::ParameterMutation>
123 124 125 126 |
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 123 class EventEditRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#processing_order ⇒ ::Integer (readonly)
123 124 125 126 |
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 123 class EventEditRule include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |