Return to Snippet

Revision: 29077
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