Learn business growth with Google Analytics 4 › Forums › Google Analytics 4 › Double Firing of Custom Event in GA4 › Reply To: Double Firing of Custom Event in GA4
-
The GA4 event may be triggering twice due to multiple reasons. One could be a page refresh that leads to the event being fired again, or it could be due to the event listener that submits the form. You could check for a non-duplicated GA4 event using unique event IDs and examining if they are actually the same. Fixing this could require editing the form’s event handling code to ensure it is not triggering multiple submissions. Manual inspection of the website’s behavior, possibly by using browser developer tools, could provide additional insights.