Skip to content

Instantly share code, notes, and snippets.

@girvan
Created March 22, 2012 03:36
Show Gist options
  • Save girvan/2155441 to your computer and use it in GitHub Desktop.
Save girvan/2155441 to your computer and use it in GitHub Desktop.
jQuery("ul.sopili-download a").click(function(){
return pageTracker._trackEvent("article",'download');
});
jQuery("ul.sopili-article a").click(function(){
return pageTracker._trackEvent("article",'article');
});
jQuery("ul.sopili-meta a").click(function(){
return pageTracker._trackEvent("article",'meta');
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment