Page 1 of 1

How to Track Page Hits on My Blog

Posted: Sun Aug 19, 2007 8:11 pm
by woocha
Hey guys.....Does anyone know how to track pagehits on a Serendipity blog wewbsite?

Posted: Sun Aug 19, 2007 9:36 pm
by carl_galloway
There is a plugin for s9y that offers statistics, just install it using spartacus (another s9y event plugin), alternatively you could use one of the free services that just require some html code on your page. Google analytics would be the best that I've tried but other users might have other suggestions. If ou want to use on of these then just add an html nugget sidebar plugin and paste the code into the textarea. Then make sure you select "no" on the radio box below it so that the html isn't converted to text.

Posted: Sun Aug 19, 2007 10:05 pm
by woocha
Thanks man...I appreciate the tip :D

Posted: Mon Aug 20, 2007 4:33 am
by johncanary
Why not use any third party traching software?

I use Google Analytics. Register for free and put the three or four lines of code to the index.tpl template file.

E.g.

Code: Select all

...
<p><script src="http://www.google-analytics.com/urchin.js" type="text/javascript">
</script>
<script type="text/javascript">
  _uacct = "YOUR-GOOGLE-ID";
  urchinTracker();
</script>
</p>

{if $is_embedded != true}
</body>
</html>
{/if}

Posted: Mon Aug 20, 2007 2:23 pm
by Dawn
I'm using phpTrafficA (http://soft.zoneo.net/phpTrafficA/) which is really nice I think and you can run it on your own server (what means you don't have to load anything from another host than yours). Here are some screenshots.... (http://soft.zoneo.net/phpTrafficA/screenshots.php?).

Greets,
Dawn

Posted: Mon Aug 20, 2007 3:37 pm
by dom97
I second Google Analytics at https://www.google.com/analytics/home/

Been using it for a week and has a wealth of info. Can even look at what part of the world on a map your users are coming from.

Posted: Tue Aug 21, 2007 11:43 pm
by hudson-valley-dad
I must too that Google Analytics is the only solution if you want to be able to check your traffic from anywhere for free.

Posted: Wed Aug 22, 2007 12:48 am
by azel
I use Mint (www.haveamint.com). You run it on your server, and there are several plugins to implement pretty much whatever you want. If you have a Mac, you can put a Mint widget on your dashboard. It's shareware, but it's not expensive (a one-time $30 fee). I've been using it for a year, and IMO it's pretty dern nifty!

Posted: Sat Aug 25, 2007 6:47 pm
by woocha
thanks guys...has anyone ever heard of this site..hitlog.com
it free and I want to know how it might compare to google...i used it for a while on another site of mine because it is FREE....I think I am going to use google on my blog though....