Page 1 of 1
page count using Urchin software
Posted: Wed Nov 16, 2005 12:51 am
by njdevang
HI
We are using urchin software to keep track of page counts of visitors.
Thats basically a java script needs to be present in the head section of any page I want to track.
If I want to track the visitors on the internal pages of the blog, how do I go @ it? where can I put my urchin code to track?
thanks
devang
Posted: Wed Nov 16, 2005 12:53 am
by yngexec
post the provided code in your index.tpl file b/t your final <meta> tag and your </head> tag
When Google catches up w/ demand from the switch, they'll post your reports.
Posted: Wed Nov 16, 2005 6:10 pm
by Guest
Hi Ryan
I have already done that, so I am getting the page count on the index page. But what I need is page counts on the invidual category blogs, archive blogs etc..
Is it possible to count those pages??
Or the whole logic is embeded in index page so I wont be able to count hits on archive pages??
Thanks
devang
Posted: Wed Nov 16, 2005 11:13 pm
by yngexec
As far as I'm aware, your index.tpl should apply throughout...
I'm far from an expert on this yet though...I'm just starting to mess around with my blog. I've kept it as it was pretty much since I got it, so...maybe wait for someone w/ a little more experience?
sorry if i cant help ya

Posted: Thu Nov 17, 2005 1:40 pm
by garvinhicking
That's right, all pages use index.tpl.
You'll need to evaluate the document URL or certain variables like $pagetitle and so on, to get the specific pages themselves...
Regards,
Garvin