Class GroupingRule
The rules that govern how traffic is grouped into one channel.
Implements
Namespace: Google.Analytics.Admin.V1Alpha
Assembly: Google.Analytics.Admin.V1Alpha.dll
Syntax
public sealed class GroupingRule : IMessage<GroupingRule>, IEquatable<GroupingRule>, IDeepCloneable<GroupingRule>, IBufferMessage, IMessage
Constructors
GroupingRule()
Declaration
public GroupingRule()
GroupingRule(GroupingRule)
Declaration
public GroupingRule(GroupingRule other)
Parameters
Type | Name | Description |
---|---|---|
GroupingRule | other |
Properties
DisplayName
Required. Customer defined display name for the channel.
Declaration
public string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
Expression
Required. The Filter Expression that defines the Grouping Rule.
Declaration
public ChannelGroupFilterExpression Expression { get; set; }
Property Value
Type | Description |
---|---|
ChannelGroupFilterExpression |