Digital Point Forums
Winn and Sims

Go Back   Digital Point Forums > Design & Development > Site & Server Administration > Traffic Analysis
Google Analytics
Log In to view
your analytics

Reply
 
Thread Tools
  #1  
Old Feb 27th 2005, 5:03 pm
nfzgrld's Avatar
nfzgrld nfzgrld is offline
Hand of A'dal
 
Join Date: Dec 2004
Posts: 470
nfzgrld is an unknown quantity at this point
Log Stats Accuracy

I'm going nuts with my stats. I have three programs I look at: Webalizer and Awstats for my log files, and Web-Analyse which is a php app that keeps it's own log. I get three different results from them. In particular, the daily unique visitor numbers are all over the place. Webalizer doesn't even have a daily unique visitor stat. For yesterday Awstats gives me 54 and Web-Analyze gives me 89. Which one, if either is accurate? Who knows? What you you guys using, and how can you tell if it's really accurate?
Reply With Quote
  #2  
Old Feb 27th 2005, 5:23 pm
J.D. J.D. is offline
of the Nightfall
 
Join Date: Nov 2004
Posts: 1,198
J.D. has a spectacular aura aboutJ.D. has a spectacular aura about
Visit analysis is based on a timeout, which is the time between the very last hit and the one before. This timeout may be different for various analyzers and usually ranges from 20 to 30 minutes. This timeout may be what makes your stats different. For example, if a person from 127.0.0.1 looked at your website at 12:00 and then at 12:21, the analyzer that has the timeout configured at 20 minutes will count the second hit as a new visit. The analyzer that has a 30-minute timeout will count the second hit as a part of the first visit.

On top of that, some analyzers use IP addresses to ID users, while others use cookies. Cookie-based approach is usually more accurate. For example, two people from behind a firewall will be counted as a single visitor if IP addresses were used for identification and as two visitors if cookies were used.

J.D.
Reply With Quote
  #3  
Old Feb 27th 2005, 5:53 pm
nfzgrld's Avatar
nfzgrld nfzgrld is offline
Hand of A'dal
 
Join Date: Dec 2004
Posts: 470
nfzgrld is an unknown quantity at this point
The two analyzers I'm using the most both use IP for identification. Also, I can update either of them to the current time by clicking a link. AWstats can be updated to within the last minute, and web-analyze can be updated to right now, or there abouts. Also, remember I'm looking at unique visits, so you're 20 minute scenario really isn't applcable.

I think what I need to do is pick one and go with that. I basically just want to track stuff from one day to the next just to see how I'm doing.
Reply With Quote
  #4  
Old Feb 27th 2005, 6:25 pm
J.D. J.D. is offline
of the Nightfall
 
Join Date: Nov 2004
Posts: 1,198
J.D. has a spectacular aura aboutJ.D. has a spectacular aura about
Quote:
Originally Posted by nfzgrld
Also, remember I'm looking at unique visits, so you're 20 minute scenario really isn't applcable.
I think you are mixing up visitors and visits. It sounds like you are talking about visitors, which is the number of unique IP addresses or cookies for each time period. It's easy to verify which analyzer is more accurate. First, extract all IP addresses from your daily log and then sort them:

Code:
sed -n -e "s/<ip-addr-regex>/\1/p" | sort -u
Then just redirect this into a file and look at how many lines you have. This is your correct visitor count. If you don't know how to use sed, PM me a couple of your log lines and I will help you with the regular expression.

J.D.
Reply With Quote
  #5  
Old Feb 27th 2005, 6:33 pm
exam exam is offline
of the Nightfall
 
Join Date: Sep 2004
Location: In front of the monitor
Posts: 2,407
exam is just really niceexam is just really niceexam is just really niceexam is just really niceexam is just really nice
Quote:
Originally Posted by nfzgrld
Also, remember I'm looking at unique visits, so you're 20 minute scenario really isn't applcable.
JD was explaining how to define a unique visitor.
__________________
Submit your siteSubmit your article
Reply With Quote
Reply

Bookmarks

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
How long does it take Alexa to update its stats? ginostylz Traffic Analysis 21 Dec 9th 2007 7:13 pm
Overture Stats bianco4810 Search Engine Optimization 2 Jan 2nd 2005 10:15 am
Web Stats Broken?! ViciousSummer Traffic Analysis 5 Sep 28th 2004 6:26 pm
Missing Stats TLDTrader.com Site & Server Administration 4 Jun 30th 2004 7:08 am
Suggestion: Consider showing summary lookup stats hulkster Keyword Tracker 2 Apr 15th 2004 8:44 am


All times are GMT -8. The time now is 7:41 pm.