-
Unidentified values linked to session start events in custom dimensions
Hey all!
So here’s the story. We’ve been working on our website and decided to add GA4 tracking, pretty cool right? We also set up some custom parameters on our events and turned them into custom dimensions for our reports. But here’s the kicker, we started to see “(not set)” values showing up when we break out by a custom dimension. These appear with 0 views, but interestingly, about double the total sessions.
We then dove deeper and filtered for “(not set)” on the custom dimension, and found mostly “session_start” and “first_visit” events recorded. But when we filtered out “(not set)” for the custom dimension, the number of sessions for the page_view event just doesn’t match up with the total. Pretty odd, right? Especially since we don’t even have an app or any app tracking set up.
Our detectives checked the API results and they sync with this. Here’s the code on our site, by the way, and we’ve been following the gtag guide:
[Insert Code Here]
So here’s what we’re trying to understand:
– Could we be missing something in our implementation that’s causing these (not set) values to turn up on custom dimensions?
– Are we messing up somewhere and not linking session_start and first_visit events to page_view events within the session?
– Any thoughts on why the Total Sessions are more than the count of sessions with a page_view event?
– It seems like multiple parameters within the same session are counted twice when breaking out by these parameters (custom dimensions) – is this part of the GA4 package or did we miss something in our set up?Just so you know, we’re running analytics.js in parallel, we’ve upgraded to 360 and we’ve turned off the “Collect UA events in GA4” setting in our admin config. Our GA4 property is also connected to GAM, and some of our advertisers use gtag.js too. But after checking over and over, it seems our specific G- measurement ID only shows up in that code I shared above.
Here’s an example page to give you some context: [Insert Link Here]
We’re excited to hear your thoughts! Looking forward to some enlightening conversations. Thanks a bunch!
Log in to reply.