Show / Hide Table of Contents

Class ChannelGroup

A resource message representing a Channel Group.

Inheritance
object
ChannelGroup
Implements
IMessage<ChannelGroup>
IEquatable<ChannelGroup>
IDeepCloneable<ChannelGroup>
IBufferMessage
IMessage
Inherited Members
object.GetHashCode()
object.GetType()
object.ToString()
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class ChannelGroup : IMessage<ChannelGroup>, IEquatable<ChannelGroup>, IDeepCloneable<ChannelGroup>, IBufferMessage, IMessage

Constructors

ChannelGroup()

Declaration
public ChannelGroup()

ChannelGroup(ChannelGroup)

Declaration
public ChannelGroup(ChannelGroup other)
Parameters
Type Name Description
ChannelGroup other

Properties

ChannelGroupName

ChannelGroupName-typed view over the Name resource name property.

Declaration
public ChannelGroupName ChannelGroupName { get; set; }
Property Value
Type Description
ChannelGroupName

Description

The description of the Channel Group. Max length of 256 characters.

Declaration
public string Description { get; set; }
Property Value
Type Description
string

DisplayName

Required. The display name of the Channel Group. Max length of 80 characters.

Declaration
public string DisplayName { get; set; }
Property Value
Type Description
string

GroupingRule

Required. The grouping rules of channels. Maximum number of rules is 50.

Declaration
public RepeatedField<GroupingRule> GroupingRule { get; }
Property Value
Type Description
RepeatedField<GroupingRule>

Name

Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}

Declaration
public string Name { get; set; }
Property Value
Type Description
string

Primary

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.

Declaration
public bool Primary { get; set; }
Property Value
Type Description
bool

SystemDefined

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.

Declaration
public bool SystemDefined { get; set; }
Property Value
Type Description
bool
In this article
Back to top Generated by DocFX