Class GoogleAnalyticsAdminV1alphaChannelGroup
A resource message representing a Channel Group.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1alpha.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1alpha.dll
Syntax
public class GoogleAnalyticsAdminV1alphaChannelGroup : IDirectResponseSchema
Properties
Description
The description of the Channel Group. Max length of 256 characters.
Declaration
[JsonProperty("description")]
public virtual string Description { get; set; }
Property Value
Type | Description |
---|---|
string |
DisplayName
Required. The display name of the Channel Group. Max length of 80 characters.
Declaration
[JsonProperty("displayName")]
public virtual string DisplayName { get; set; }
Property Value
Type | Description |
---|---|
string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
GroupingRule
Required. The grouping rules of channels. Maximum number of rules is 50.
Declaration
[JsonProperty("groupingRule")]
public virtual IList<GoogleAnalyticsAdminV1alphaGroupingRule> GroupingRule { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1alphaGroupingRule> |
Name
Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
Declaration
[JsonProperty("name")]
public virtual 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
[JsonProperty("primary")]
public virtual 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
[JsonProperty("systemDefined")]
public virtual bool? SystemDefined { get; set; }
Property Value
Type | Description |
---|---|
bool? |