Skip to content

Instantly share code, notes, and snippets.

@Korveld
Last active August 29, 2015 14:21
Show Gist options
  • Select an option

  • Save Korveld/a9278ce168a654966cd9 to your computer and use it in GitHub Desktop.

Select an option

Save Korveld/a9278ce168a654966cd9 to your computer and use it in GitHub Desktop.
Google Adwords tracking code
var ga = __gaTracker;
$('#form_footer input[type="submit"]').on('click', function() {
ga('send', 'event', 'call-back-request', 'click', 'call-back-request');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment