Skip to content

Instantly share code, notes, and snippets.

@stenehall
Created September 14, 2015 19:49
Show Gist options
  • Save stenehall/65451722d07de3694cb4 to your computer and use it in GitHub Desktop.
Save stenehall/65451722d07de3694cb4 to your computer and use it in GitHub Desktop.
$("a[href$='pdf']").live('click', function() {
_gaq.push(['_trackEvent', 'PDF', 'Download', $(this).attr('href')]);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment