-
Exploring the Synchrony of Google Analytics Page-level Events and Page View
Hey, I’m scratching my head over here with this website path exploration I’ve been working on. Here’s the deal: the moment session_start happens, I’m seeing page_view, click_links, scroll, and a couple of other page-level events all go off together. According to Google (https://support.google.com/tagmanager/answer/7679319?hl=en#:~:text=Page%20View%3A%20Fires%20immediately%20when,is%20ready%20to%20be%20parsed.), page_view is supposed to hit right as a page starts to load. Now, if that’s the case, how are these other events snooping in on the same step? Seems to me they ought to be showing up after the page_view event, right? Here’s what I’m looking at.
I’ve been playing detective, trying to get to the bottom of when these events are actually triggered, but I’m still bamboozled over why they seem to be happening all at once.
Log in to reply.