Created
May 20, 2016 16:58
-
-
Save guipmourao/9e0a81f0b2c8185e667fa456117b5231 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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