Learn business growth with Google Analytics 4 Forums Google Analytics 4 Exploring the Synchrony of Google Analytics Page-level Events and Page View

  • Exploring the Synchrony of Google Analytics Page-level Events and Page View

    Posted by Landon on 28 January 2023 at 8:59 pm

    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.

    Joseph replied 1 year ago 3 Members · 2 Replies
  • 2 Replies
  • Sophie

    Member
    16 June 2023 at 9:56 am

    This sounds pretty baffling! The page_view event should indeed be fired as the page starts to load but events such as click_links and scroll should theoretically occur after. It could be a weird quirk with your setup or the way the scripts are loading. Maybe they are firing immediately because they don’t have anything explicitly holding them back until the page finishes loading.

  • Joseph

    Member
    24 June 2023 at 2:24 am

    It seems like you’re trying to understand why multiple events on your website appear to be firing all at once when a user lands on the page. According to Google, the ‘page_view’ event should be the first to trigger as a page starts loading. However, in your case, events like ‘click_links’ and ‘scroll’ are also firing at the same time. This could be confusing as logically, these actions (‘click_links’, ‘scroll’, etc.) can only occur once a user is able to interact with the page, i.e., after it has loaded. There could be various reasons behind this behavior, such as page code setup, the way events are tracked, or maybe the tool you’re using to monitor these events. You may need to tweak around with your website’s code or the settings of your event tracking tool to ensure that these events are recorded as they are supposed to.

Log in to reply.