Skip to content

Instantly share code, notes, and snippets.

@bhowe
Created May 3, 2014 20:36
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 bhowe/6206fa704a906a56f1d3 to your computer and use it in GitHub Desktop.
Save bhowe/6206fa704a906a56f1d3 to your computer and use it in GitHub Desktop.
trigger google analytics event in onclick
<button class="download-pdf" onclick="document.location.href='doc.pdf';_gaq.push(['_trackEvent', 'PDFs', 'Download', 'Doc Name']);"> Doc Name </button>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment