Skip to content

Instantly share code, notes, and snippets.

@anselmobattisti
Created July 18, 2010 22:06
Show Gist options
  • Save anselmobattisti/480749 to your computer and use it in GitHub Desktop.
Save anselmobattisti/480749 to your computer and use it in GitHub Desktop.
function bannertracker(){
var aReturn=document.getElementsByTagName("A");
var c;
for (i=0;i<aReturn.length;i++) {
c=aReturn[i].getAttribute("href");
if (c.indexOf("submarin")>-1){
aReturn[i].onclick=function(){
pageTracker._trackPageview('/bannerads/submarino/banner');
};
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment