Patricia
9th Jan 2008, 04:47 pm
I just found this code on one of the pages I was researching and it looked interesting:
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1627540-1";
urchinTracker();
</script>
It's part of Google Analytics as we can see and apparently you can track outbound links with it but how does it really work?
<script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
_uacct = "UA-1627540-1";
urchinTracker();
</script>
It's part of Google Analytics as we can see and apparently you can track outbound links with it but how does it really work?