-
Trouble displaying screen_name parameter in Google Analytics reports
Hey! So, I’m using Google Analytics for tracking screen views on a web-based single page application. I set it up so that each time there’s a navigation, a ‘screen_view’ event fires with a ‘screen_name’ parameter like this:
gtag('event', 'screen_view', { 'screen_name': screenName, });
It all shows up nicely in real-time data on the Analytics site, but I’m stumped when it comes to reports. Even when I include the parameter as a dimension in a report, it doesn’t seem to carry any data. I’m scratching my head over this one – I feel like it’s something simple I’m missing.
If anyone could help me sort this out, I’d be stoked!
Log in to reply.