Custom Channel Groups
Lesson Summary
This lesson focuses on moving beyond GA4’s default categorisations to create a more tailored view of how users arrive at your site. It is particularly useful for tracking emerging sources like AI tools or specific offline-to-online triggers like QR codes.
Key Takeaways:
Why Customise? GA4 has a "preset understanding" of traffic (e.g., Facebook usually goes to 'Organic Social'), but this doesn't capture everything. Custom groups help you manage "Unassigned" traffic and emerging sources.
The Power of Regex: Using Regular Expressions allows you to create rules that capture multiple sources at once—for example, grouping various AI tools (ChatGPT, Perplexity, etc.) into a single "AI" channel.
Primary vs. Non-Primary: You can set a custom group as your Primary Channel Group to change how data is displayed across all reports.
A Crucial Limitation: If you set a group as "Primary," the change only applies onward (from that point forward). However, if you simply select the group from a dropdown menu in your reports, GA4 can apply those rules retroactively to historical data.
Account Limits: Standard GA4 properties are limited to 2 additional channel groups, while GA4 360 properties can have up to 5. Each group can contain up to 50 individual channels.
Best Practice: Always add a description when creating new groups to help other team members understand the logic behind your rules.
Glossary of Terms
Channel Groups: Categories used to group different traffic sources together (e.g., Organic Search, Paid Social).
Default Channel Group: The standard set of rules Google Analytics uses to automatically categorise your traffic.
Custom Channel Group: A user-defined set of rules that allows for more specific or tailored traffic categorisation beyond the default settings.
Primary Channel Group: The main channel group displayed by default in your traffic acquisition reports.
Regex (Regular Expression): A sequence of characters that forms a search pattern. In GA4, it's used to create complex rules for matching specific traffic sources.
Session Source/Medium: Dimensions that describe where your traffic comes from (the source) and how it arrived (the medium).
Unassigned: A category for traffic that doesn't match any of the rules in a given channel group.
UTM Parameters: Tags added to a URL to track the effectiveness of marketing campaigns across traffic sources and publishing media.
Coming Up Next…
How much do you remember of this section, test yourself in the quiz next.