-
Troubleshooting undefined values with GA4 configuration tag fields
Yo, I’ve got this little problem here that’s really bugging me, and I was thinking maybe one of you wizards could help me out. I’m doing a thing with the GA4 Configuration tag, right? But something’s off. The fields that have been set in it keep giving me these pesky undefined values when the tag gets fired. Weird, huh?
Now check this out – here’s the dataLayer from the website:
dataLayer.push({ event: "virtualPageview", membershipType: "xxxxx", pageCategory: "xxxx", loginstatus: "logged-in", userId: "9330000", gtm.uniqueEventId: 14 })
Here are the images of what’s going on: [screenshot 1], [screenshot 2].
Now, I ain’t no amateur. I tried the dataLayer variable in GTM, but nope, nada, zilch. It didn’t do squat. So lay it on me, folks. Anyone got a bright idea?
Log in to reply.