Skip to content

Instantly share code, notes, and snippets.

@ricardobeat
Created July 1, 2013 07:48
Show Gist options
  • Save ricardobeat/5899046 to your computer and use it in GitHub Desktop.
Save ricardobeat/5899046 to your computer and use it in GitHub Desktop.
<script>
document.body.addEventListener('click', function(e){
if (e.target.tagName.toLowerCase() !== 'a' || !e.target.href) return
_gaq.push(['_trackEvent', 'Outbound Links' , e.target.href])
}, false)
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment