Skip to content

Instantly share code, notes, and snippets.

@guipmourao
Created May 20, 2016 16:58
Show Gist options
  • Save guipmourao/9e0a81f0b2c8185e667fa456117b5231 to your computer and use it in GitHub Desktop.
Save guipmourao/9e0a81f0b2c8185e667fa456117b5231 to your computer and use it in GitHub Desktop.
jQuery(document).ready(function ($) {
$('#navquote').on('click', function() {
ga('send', 'event', 'Quick Quote Call To Action', 'click', 'Launch Lightbox Form');
});
$('#headerphone').on('click', function() {
ga('send', 'event', 'Phone Number Touch/Click', 'click', 'Header');
});
$('#footerphone').on('click', function() {
ga('send', 'event', 'Phone Number Touch/Click','click', 'Footer');
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment