Revision: 29077
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at July 21, 2010 02:08 by markrocky
Initial Code
$("a").click(function() { // all links are outbound for this project $anchor_element = $(this); pageTracker._trackPageview ('/outgoing/' + $anchor_element.attr("href")); window.open($anchor_element.attr("href")); return false; });
Initial URL
Initial Description
Initial Title
TRack outbound links in Google analytics
Initial Tags
Initial Language
JavaScript