Skip to content

Instantly share code, notes, and snippets.

@samsargent
Last active May 8, 2017 00:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save samsargent/4273571 to your computer and use it in GitHub Desktop.
Save samsargent/4273571 to your computer and use it in GitHub Desktop.
$('a[href$=".pdf"]').click(function(){
ga('send', {
hitType: 'event',
eventCategory: 'Download',
eventAction: 'PDF',
eventLabel: this.href
});
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment