Skip to content

Instantly share code, notes, and snippets.

@andregoncalves
Created October 26, 2012 18:09
Show Gist options
  • Select an option

  • Save andregoncalves/3960379 to your computer and use it in GitHub Desktop.

Select an option

Save andregoncalves/3960379 to your computer and use it in GitHub Desktop.
Analytics form submit tracking 1
$("form").on('submit', function(e) {
if (_gaq)
_gaq.push(['_trackEvent', 'my category', 'my action']);
return true;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment