Class: Google::Analytics::Admin::V1alpha::GroupingRule

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

Overview

The rules that govern how traffic is grouped into one channel.

Instance Attribute Summary collapse

Instance Attribute Details

#display_name::String

Returns Required. Customer defined display name for the channel.

Returns:

  • (::String)

    Required. Customer defined display name for the channel.



127
128
129
130
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 127

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

#expression::Google::Analytics::Admin::V1alpha::ChannelGroupFilterExpression

Returns Required. The Filter Expression that defines the Grouping Rule.

Returns:



127
128
129
130
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 127

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