<script> | |
ga('create', 'UA-XXXXX-Y', 'auto'); | |
ga('require', 'linkTracker', { | |
eventCategory : "Outbound Link", | |
eventAction : "click" | |
}); | |
ga('send', 'pageview'); | |
</script> | |
<!--Note: plugin scripts must be included after the tracking snippet. --> | |
<script async src="/path/to/link-tracker-plugin.js"></script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment