I'm looking to add a Google Analytics event on the successful submission of a landing page form.
Something like:
_gaq.push(['_trackEvent', 'Resource Download', 'Marketing Advisory']);
I'm hoping to add this via JS to the form submit.
I see that something similar has been done with hooking into the submit functionality (
http://test.hollebone.ca/marketo-form-tips/#AdWords), but I was hoping someone might provide a more robust solution that could eliminate potential false-positives.
Best,
Edward Unthank