-
Sending Custom Events with Parameters from Google Tag Manager to Google Analytics in a Dynamic Manner
I’m using Google Tag Manager to send info to my Google Analytics 4 account and some of the stuff that my devs send through the code, like such: dataLayer.push({ event: ‘CA:some-event’, a: 1, b: 2}) isn’t getting through to GA4. I made a trigger to catch these kinds of events and a new tag but I’m running into trouble when I try to map these extra parameters in GTM. I can define them but it’s a pain because every time a developer wants to add something new, they’d need to go into GTM. Any solutions you guys can think of?
Log in to reply.