[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-09-19 UTC."],[[["\u003cp\u003eDefines a channel grouping, which categorizes website traffic based on specified rules.\u003c/p\u003e\n"],["\u003cp\u003eRules consist of disjunctive match statements, enabling flexible traffic categorization by combining multiple conditions.\u003c/p\u003e\n"],["\u003cp\u003eDisjunctive match statements use event filters to further refine channel grouping criteria, allowing for granular traffic segmentation.\u003c/p\u003e\n"],["\u003cp\u003eChannel groupings use a fallback name for traffic that doesn't match any defined rules, ensuring comprehensive data capture.\u003c/p\u003e\n"]]],[],null,["Represents a DfaReporting channel grouping.\n\n| JSON representation |\n|--------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"rules\": [ { object (/doubleclick-advertisers/rest/v4/ChannelGrouping#ChannelGroupingRule) } ], \"fallbackName\": string, \"kind\": string } ``` |\n\n| Fields ||\n|----------------|------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` ChannelGrouping name. |\n| `rules[]` | `object (`[ChannelGroupingRule](/doubleclick-advertisers/rest/v4/ChannelGrouping#ChannelGroupingRule)`)` The rules contained within this channel grouping. |\n| `fallbackName` | `string` ChannelGrouping fallback name. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#channelGrouping` . |\n\nChannelGroupingRule Represents a DfaReporting channel grouping rule.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"disjunctiveMatchStatements\": [ { object (/doubleclick-advertisers/rest/v4/ChannelGrouping#DisjunctiveMatchStatement) } ], \"kind\": string } ``` |\n\n| Fields ||\n|--------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` Rule name. |\n| `disjunctiveMatchStatements[]` | `object (`[DisjunctiveMatchStatement](/doubleclick-advertisers/rest/v4/ChannelGrouping#DisjunctiveMatchStatement)`)` The disjunctive match statements contained within this rule. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#channelGroupingRule` . |\n\nDisjunctiveMatchStatement Represents a Disjunctive Match Statement resource, which is a conjunction (and) of disjunctive (or) boolean statements.\n\n| JSON representation |\n|-----------------------------------------------------------------------------------------------------------|\n| ``` { \"eventFilters\": [ { object (/doubleclick-advertisers/rest/v4/EventFilter) } ], \"kind\": string } ``` |\n\n| Fields ||\n|------------------|-----------------------------------------------------------------------------------------------------------------------------------------------|\n| `eventFilters[]` | `object (`[EventFilter](/doubleclick-advertisers/rest/v4/EventFilter)`)` The event filters contained within this disjunctive match statement. |\n| `kind` | `string` The kind of resource this is, in this case `dfareporting#disjunctiveMatchStatement` . |"]]