Class: Google::Analytics::Admin::V1alpha::ChannelGroup
- Inherits:
-
Object
- Object
- Google::Analytics::Admin::V1alpha::ChannelGroup
- Extended by:
- Protobuf::MessageExts::ClassMethods
- Includes:
- Protobuf::MessageExts
- Defined in:
- proto_docs/google/analytics/admin/v1alpha/channel_group.rb
Overview
A resource message representing a Channel Group.
Instance Attribute Summary collapse
-
#description ⇒ ::String
The description of the Channel Group.
-
#display_name ⇒ ::String
Required.
-
#grouping_rule ⇒ ::Array<::Google::Analytics::Admin::V1alpha::GroupingRule>
Required.
-
#name ⇒ ::String
readonly
Output only.
-
#primary ⇒ ::Boolean
Optional.
-
#system_defined ⇒ ::Boolean
readonly
Output only.
Instance Attribute Details
#description ⇒ ::String
Returns The description of the Channel Group. Max length of 256 characters.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#display_name ⇒ ::String
Returns Required. The display name of the Channel Group. Max length of 80 characters.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#grouping_rule ⇒ ::Array<::Google::Analytics::Admin::V1alpha::GroupingRule>
Returns Required. The grouping rules of channels. Maximum number of rules is 50.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#name ⇒ ::String (readonly)
Returns Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#primary ⇒ ::Boolean
Returns Optional. If true, this channel group will be used as the default channel
group for reports. Only one channel group can be set as primary
at any
time. If the primary
field gets set on a channel group, it will get unset
on the previous primary channel group.
The Google Analytics predefined channel group is the primary by default.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |
#system_defined ⇒ ::Boolean (readonly)
Returns Output only. If true, then this channel group is the Default Channel Group predefined by Google Analytics. Display name and grouping rules cannot be updated for this channel group.
160 161 162 163 |
# File 'proto_docs/google/analytics/admin/v1alpha/channel_group.rb', line 160 class ChannelGroup include ::Google::Protobuf::MessageExts extend ::Google::Protobuf::MessageExts::ClassMethods end |