Page 1 of 1

AWSTATS and Serendipity

Posted: Fri Jan 27, 2006 3:56 pm
by martoq
Hey all I was wondering if anyone out there is running AWSTATS against their blog? I seem to only be getting a few pages as being hit yet I know more have been done.

I have tried Webalizer but because S9y runs everything off the index.php it gets stripped out in the stats. My goal is to be able to track what users are going to what blogs. I am already using the statistics plugin but I am looking for something more granular. I want to know what ip's are going to which blogs entries. Its in the weblog, just looking for the right app to pull it out.

Any suggestions?

Re: AWSTATS and Serendipity

Posted: Fri Jan 27, 2006 4:14 pm
by garvinhicking
If you are using no URL Rewriting, AWStats will only show hits to "index.php", because that is the only file being used. You cannot work around that, you will need to enabled URL rewriting, or drop the idea of using AWStats. :-)

And you might want to enrigster with Google Analytics. They rock.

Regards,
Garvin

Posted: Fri Jan 27, 2006 4:34 pm
by martoq
Thanks man I will look into getting rewrite working. Google Analytics too!

Posted: Fri Jan 27, 2006 6:30 pm
by carl_galloway
that google analytics looks like it might be just what I'm looking for, but they've stopped taking new members, does anyone have an invitiation they could send me? webmaster [at] carlgalloway [dot] com

cheers
Carl

Posted: Thu Feb 02, 2006 5:25 pm
by PurpleCow
If I have URL re-write enabled...what are all the templates, I need to paste the Google analytics code for complete tracking???

If you list the template names, it'd be greatly helpful.

Thanks much

Cheers

Posted: Thu Feb 02, 2006 5:28 pm
by garvinhicking
You actually only need to edit your index.tpl template file for that single snippet call.

You could even use a Page Nugget plugin to emit that code.

Regards,
Garvin

Posted: Thu Feb 02, 2006 5:38 pm
by PurpleCow
Thanks Gravin.

I have added google analytics code before the end body tag </body> and have now updated the page on my server.

Let me check Google analytics account tomorrow and see, if i have any better stats than AWSTATS.

I'll also try to look into the Page Nugget thingy you mentioned.

Thanks again for the help.