|
$(window).load(function() { //Track Affiliates $('a').filter(function() { return this.href.match(/pattern/); }).click(function(event) { ga('send','event', 'affiliate', 'click', this.href); }); }); |
Event Tracking Snippet
|
_gaq.push(['_trackEvent', 'VarA', 'VarB', 'VarB']); |
Weiterlesen →