-
Google Analytics GA4 Content Groups
Hey there, I’ve got ga4 Google Analytics working on my site and the real-time reports are really nifty.
I have this idea to whip up a new report using “content group” to lump my website pages (and there’s more than 3000 of them!) into 20 or 30 basic categories.
I tried to get this working by following the steps in this guide and popping in the following code:
gtag('set', 'content_group', 'ZZZ');
Which I slotted right into my GA4 script after this segment:
gtag('config', 'G-nnnnn' );
I used ‘ZZZ’ as a placeholder for about 30 different categories, changing it up for each page.
But then, 48 hours later and despite no alerts from the Chrome console, when I head over to Google Analytics and check out the “Pages and screens: Page title and screen class” report, and try to filter the first column by “content group”, all I get is a whole lot of nothing. None of my ‘ZZZ’ categories are anywhere to be seen.
Any insight into what could be going wrong here? Thanks!
Log in to reply.