Hey All
I’m looking to add a GTM conversion tracking script upon submission of a form with a text confirmation.
The script looks like this
<script> gtag('event', 'conversion', {'send_to': 'AW-834899999/-mQAQSDOkdgBEPG8i54D'}); </script>
I’ve found some more involved methods suggested, like this:
- https://chrisberkley.com/blog/gravity-forms-event-tracking-google-tag-manager/
- Using a button filter
However it seems easiest to simply place the script in the confirmation text like so:
Has anyone successfully integrated GTM this way?
What is the preferred method for this?
Thanks!