Problem – tracking form submit event
-
Here is my code for a form submisison.
ga('send', 'event', { eventCategory: 'Contact', eventAction: 'Book Sitting', eventLabel: 'Homepage Form'});
I get “ga is not defined” errors.
Also had another script;
setTimeout(function(){_gaq.push(['_trackEvent','Control','Bounce Rate',''])},15000)
which reports “_gaq is not defined”.
Not sure why neither of these functions are not available with the tracking code.
I also cannot find any code with a reference to my UA number???
- The topic ‘Problem – tracking form submit event’ is closed to new replies.