Badges
Accepted Solutions
Likes Received
Posts
Discussions
Ideas
Blog Posts
When it comes to implementing tracking in Google Tag Manager (GTM) what is the process?
Ah. Yes. I see that. I might have been looking at a form embedded in an iframe where the page doesn't refresh but the iframe does. I guess that would still require the eventCallback right?
Thanks. I believe our forms are set up with the "stay on page' option. There is no page refresh. Just a form reset/refresh. Sounds like this still requires the eventCallback. I'm not sure why you would ever stay on a page and not refresh the form.
Thanks for the rework on that code. I'm not a coder by trade so it's no surprise that I made those errors as I tried to mash up various pieces of code. If we were going to not send somebody to a landing page and just refresh the form on submission I imagine I can drop these lines of code? "marketo.f...
We have a site that uses Marketo embedded Marketo forms. We want to implement a bit more sophisticated conversion tracking other than a button click for form submission. The thought is we would work with the Forms 2.0 API and utilize the onSuccess callback. After a successful callback we would pus...