Google Analytics tracking
-
Hi,
first of all, thanks for the great plugin!
I am trying to keep track of submitted contact forms via Google Analytics for conversion analysis but can’t get that to work. I tried the following:html_forms.on(‘success’, function(formElement) {
ga( ‘send’, ‘event’, ‘Contact Form’, ‘submit’ );
})but get a Uncaught ReferenceError: html_forms is not defined at… error
Any tips on how to get it to work?
I guess I could also forward visitors who succesfully submited a form to https://domain.tld/contactform/#succes or something like that an make Analytics track visits to the #succes url, but that seem somewhat roundabout.Best,
Wouter
The topic ‘Google Analytics tracking’ is closed to new replies.