Skip to content

Instantly share code, notes, and snippets.

@okisanjp
Created August 6, 2014 06:00
Show Gist options
  • Save okisanjp/32b3778f04548629afed to your computer and use it in GitHub Desktop.
Save okisanjp/32b3778f04548629afed to your computer and use it in GitHub Desktop.
Google Analytics Custom Event ( Any label )
// track Outbound
var gatrOutbound = function(label) {
ga('send', 'event', 'outbound', 'click', label, {'hitCallback':
function () {
}
});
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment