Class ChannelGrouping
A channel grouping defines a set of rules that can be used to categorize events in a path report.
Inheritance
object
ChannelGrouping
Implements
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.DoubleClickBidManager.v1_1.Data
Assembly: Google.Apis.DoubleClickBidManager.v1_1.dll
Syntax
public class ChannelGrouping : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
FallbackName
The name to apply to an event that does not match any of the rules in the channel grouping.
Declaration
[JsonProperty("fallbackName")]
public virtual string FallbackName { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Name
Channel Grouping name.
Declaration
[JsonProperty("name")]
public virtual string Name { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
Rules
Rules within Channel Grouping. There is a limit of 100 rules that can be set per channel grouping.
Declaration
[JsonProperty("rules")]
public virtual IList<Rule> Rules { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Collections.Generic.IList<T><Rule> |