OT: what does this google urchin code do?

M

Mike Scirocco

I'm making a slightly improved version of my neighbors site

clutchcouriers.com

and came across this code, which I've never seen before:

<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>

<script type="text/javascript">
_uacct = "UA-867827-1";
urchinTracker();
</script>

Can anyone please tell me what this code is used for?

Thanks,
Mike
 
E

Ed Mullen

Mike said:
I'm making a slightly improved version of my neighbors site

clutchcouriers.com

and came across this code, which I've never seen before:

<script src="http://www.google-analytics.com/urchin.js"
type="text/javascript">
</script>

<script type="text/javascript">
_uacct = "UA-867827-1";
urchinTracker();
</script>

Can anyone please tell me what this code is used for?

Thanks,
Mike

http://www.google.com/search?query=google analytics urchin&num=50

(Geez, that was so obvious I'm almost embarrassed to have posted it!)

--
Ed Mullen
http://edmullen.net
http://mozilla.edmullen.net
http://abington.edmullen.net
I wonder how much deeper would the ocean be without sponges.
 
D

Dylan Parry

Mike said:

It's for Google Analytics, which is a visitor tracking system. It gives
you nice stats on which pages they visited on your site, and other
things of interest. It still has the same downfalls as other
Javascript-based stats systems, but I won't go into them here.

--
Dylan Parry
http://electricfreedom.org | http://webpageworkshop.co.uk

Programming, n: A pastime similar to banging one's head
against a wall, but with fewer opportunities for reward.
 
M

Mike Scirocco

Dylan said:
It's for Google Analytics, which is a visitor tracking system. It gives
you nice stats on which pages they visited on your site, and other
things of interest. It still has the same downfalls as other
Javascript-based stats systems, but I won't go into them here.

Thanks Ed and Dylan
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,767
Messages
2,569,572
Members
45,046
Latest member
Gavizuho

Latest Threads

Top