stats are confusing, I'm not sure what you are reading on yours, but this is basically how it works:
hits = total number of files requested. That includes every image, javascript, css, html, and whatever else the page is made up of. Most pages are made up of between 5-10 files, if they use lots of images, especially for navigation, it's a lot more, upto 30, or more.
pages = the number of html pages delivered, this is how many pages were viewed, in the normal sense you think of pages
referring urls = number of requests that had a referrer other than your own site. If someone clicks a link in your site to your site, the referrer is your site. If someone clicks a link on google and gets to your site, the referrer is google. Usually the referrer count is pretty accurate.
some stat programs will let you filter out your own site from this, others don't, so it varies widely what these numbers mean.
unique visitors, otherwise known as hosts, or hosts served, is the number of unique IP addresses that requested files from your site. Hosts usually is also fairly accurate, within a margin or error of about 25%, that's because some people, especially people using AOL, don't actually get the page from your server, they get it from their servers, so you don't see those visitors.
|