-
Creating a GA4 event using Event Builder for image loading
“Hey folks! I’ve got a tricky situation here. We have this job application site where applicants are redirected to another platform to fill out their applications. In my old setup, I was able to keep track of submitted applications by triggering a pageview when an image tag loaded on the confirmation page.
To give you a picture, this is what my tag looked like:
<img border="0" height="1" src="https://www.google-analytics.com/collect?v=1&t=pageview&tid=UA-XXXXXXX-3&cid=xxxxxx-xxxxx-xxxx-xxxx-xxxxxxxxxx&ec=Forms&ea=Complete%20Application&el=Complete%20Application&dp=%252Fthank-you&dt=Application%20Submitted%20-%20Thanks" width="1" />
I whipped this up with the help of https://ga-dev-tools.google/hit-builder/. But now, GA4 has put me in a soup. It’s moved to this new thing called Event Builder https://ga-dev-tools.google/ga4/event-builder/ and I’m kinda lost. Looks like it uses json format and I’ve no idea how to turn that into a url format.
Is there anyone who can show me the ropes? All tips are welcome!”
Log in to reply.