Class: Google::Analytics::Admin::V1alpha::EventCreateRule

Inherits:
Object
  • Object
show all
Extended by:
Protobuf::MessageExts::ClassMethods
Includes:
Protobuf::MessageExts
Defined in:
proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb

Overview

An Event Create 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 Edit rules, Event Creation Rules have no defined order. They will all be run independently.

Event Edit and Event Create rules can't be used to modify an event created from an Event Create rule.

Instance Attribute Summary collapse

Instance Attribute Details

#destination_event::String



84
85
86
87
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 84

class EventCreateRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#event_conditions::Array<::Google::Analytics::Admin::V1alpha::MatchingCondition>



84
85
86
87
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 84

class EventCreateRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#name::String (readonly)



84
85
86
87
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 84

class EventCreateRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#parameter_mutations::Array<::Google::Analytics::Admin::V1alpha::ParameterMutation>



84
85
86
87
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 84

class EventCreateRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end

#source_copy_parameters::Boolean



84
85
86
87
# File 'proto_docs/google/analytics/admin/v1alpha/event_create_and_edit.rb', line 84

class EventCreateRule
  include ::Google::Protobuf::MessageExts
  extend ::Google::Protobuf::MessageExts::ClassMethods
end