: , Google Analytics, GA URL- __utm.gif. _.trackPageview() / URL- , . , _trackPageview() , GA.
, , GA () , . , GA, , .
, , - GA, , - .
, Q, - " ".
-, , onClick "false" - () http://www.outbound-link.com
diff - setTimeout. , , "100" - .
-, onclick (fnx) , , pageTracker, .
: GA ? GA, - _trackEvent() _trackPageView().
( , , ), 'click' , ( "virtual pageview" - , GA ., -, , ). , , ( Traffic and Visitors, ). , ? "" ( ) URL- . , , , .
<script type="text/javascript">
function fnx(that) {
try {
var pageTracker=_gat._getTracker("UA-YOURACCOUNTHERE-PROFILE");
pageTracker._trackPageview("http://www.outbound_link.com");
setTimeout('document.location = "' + that.href + '"', 100)
}catch(err){}
}
</script>
<a href="www.outbound_link.com" onclick='fnx(this);return false;'>"Take Me Here"</a>