page count using Urchin software

Creating and modifying plugins.
Post Reply
njdevang
Posts: 3
Joined: Wed Aug 24, 2005 1:47 am

page count using Urchin software

Post 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
yngexec
Regular
Posts: 17
Joined: Sun Dec 26, 2004 1:08 pm
Location: Cleveland
Contact:

Post 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.
Guest

Post 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
yngexec
Regular
Posts: 17
Joined: Sun Dec 26, 2004 1:08 pm
Location: Cleveland
Contact:

Post 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 :(
garvinhicking
Core Developer
Posts: 30022
Joined: Tue Sep 16, 2003 9:45 pm
Location: Cologne, Germany
Contact:

Post 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
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
Post Reply