Learn business growth with Google Analytics 4 Forums Google Analytics 4 Struggling with Duplicate Parameters in GA4 Event Tracking Reply To: Struggling with Duplicate Parameters in GA4 Event Tracking

  • Xavier

    Member
    20 May 2022 at 1:34 am

    Hey! This might just be how GA’s debugger shows batched events. As it’s a page_view, I’m thinking it’s an SPA since batching doesn’t function with real page loads. You can read up on the Events Grouping section [here](https://support.google.com/analytics/answer/9322688?hl=en#zippy=%2Crealtime-report%2Cdebugview-report) for more info.

    But don’t sweat looking at GA’s debugger too heavily. It’s mostly useful for confirming that the data structure you’re sending matches the one it’s receiving. For everything else, you can debug it locally. Check out the raw network requests in the Network tab or use Adswerve’s dataLayer explorer extension. You should be able to see event batching there.