Template:Gatracker

From Documentation
Revision as of 06:55, 31 May 2018 by Matthieu (talk | contribs) (Created page with "$(function () { function handleOutboundLinkClicks(event) { ga('send', 'event', { eventCategory: 'Outbound Link', eventAction: 'click', eventLabel: event.targe...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

$(function () {

function handleOutboundLinkClicks(event) {
  ga('send', 'event', {
    eventCategory: 'Outbound Link',
    eventAction: 'click',
    eventLabel: event.target.href
  });
}

}());