In GA4 free form, some of the common reports which people use are
- Track data for selected countries
- Build report for selected channel / campaign
Example 1 – How to select multiple countries in GA4 free form report filters?
Let’s take the first example where we would want to track data for the USA and Canada alone.
Add the “Country” dimension to Filters Section
Select “matches Regex” option and enter .*(United States|Canada).*
This will ensure whatever funnel / data you are building is for US and Canada alone
Example 2 – How to put OR filters at Channel level in GA4?
Let’s say we would want to analyse data of Organic, Paid and Direct traffic alone
In this scenario use “matches regex” .*(Organic Search|Paid Search|Direct).*
Similarly we can use this logic similar to OR filters in GA4 free form report for any dimension at rows or columns using matches regex as per below format
.*(X|Y|Z).*
