-
GA4 event path debug tests show event is not recording
Hey there! So I’ve been playing around in Google Tag Manager and created a neat little GA4 event,
ids2_verify_email
. It’s supposed to fire when a page’s view trigger hits a pathway containingverify-email
and whenPage is Reloaded CJS
is set tofalse
.Page is Reloaded CJS
, by the way, is a little user-defined variable nugget I came up with. It’s made of custom JS and looks like this:function() { return performance.navigation.type == 0 ? false: true; }
Basically, it’s here to make sure we don’t keep firing the event every time the page reloads (got the idea from this cool article).
Anyway, these GTM changes have been live for a week already.
Our dev guys can confirm that users have been verifying emails and hitting the URL with
verify-email
in them over the past week. Plus, our Amplitude report shows around 250 users hitting these:- au.example.com/verify-email?xxx
- uk.example.com/verify-email?xxx
- us.example.com/verify-email?xxx
But here’s the kicker: GA4 isn’t recording a single instance of the
ids2_verify_email
event in the past week, even though it’s recording heaps of other events.When I test the
ids2_verify_email
GA4 tag in GTM and run our email verification URL, it fires up just fine and shows up on the GA4 real-time report.So, why isn’t the
ids2_verify_email
event showing up in the GA4 Engagement > Events report for the past week? I’m really scratching my head here. Any ideas or suggestions would be really appreciated!
Log in to reply.