Thanks for the response @SanfordWhiteman. I've only recently started working with APIs and have only worked with the code I posted. No doubt I missed that the code in the blog was ...
Thanks. I'm trying to grasp how that blog post applies to using the Marketo API. Below is the typical code used to render a form on the page and return a response on a successful s...
Hmm. Doesn't GTM create the dataLayer?
But I guess this is custom data so I would need to add in the following before the push() correct?
window.dataLayer = window.dataLayer || [...
Not sure if I should start a new thread or not but I am having issues with this code now that I have finally had a chance to test. When I add that push() instead of the form submit...
Just thinking through this. I could use the "marketo.success" value for event as the trigger for a custom HTML tag right? Then I can use the built in hostname variable along with a...