Results 1 to 4 of 4

Thread: I've always wondered....

  1. #1
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543

    I've always wondered....

    At the bottom of awstats in the 'misc' section is has "add to favorites(estimated)". I've always wondered how the hell they're estimating that? Does anyone know?

  2. #2
    Future AstonMartin driver r2d2's Avatar
    Join Date
    Dec 2003
    Location
    UK
    Posts
    1,608
    This bit from Awstats page should help!

    Quote Originally Posted by Awstats
    Add To Favourites:
    This value, available in the "miscellanous chart", reports an estimated indicator that can be used to have an idea of the number of times a visitor has added your web site into its favourite bookmarks.
    The technical rules for that is the following formula:
    Number of Add to Favourites = round((x+y) / r)
    where
    x = Number of hits made by IE browsers for "/anydir/favicon.ico", with a referer field not defined, and with no 404 error code
    y = Number of hits made by IE browsers for "/favicon.ico", with a referer field not defined, with or without 404 error code
    r = Ratio of hits made by IE browsers compared to hits made by all browsers (r <= 1)

    As you can see in formula, only IE is used to count reliable "add", the "Add to favourites" for other browsers are estimated using ratio of other browsers usage compared to ratio of IE usage. The reason is that only IE do a hit on favicon.ico nearly ONLY when a user add the page to its favourites. The other browsers make often hits on this file also for other reasons so we can't count one "hit" as one "add" since it might be a hit for another reason.
    AWStats differentiate also hits with error and not to avoid counting multiple hits made recursively in upper path when favicon.ico file is not found in deeper directory of path.
    Note that this number is just an indicator that is in most case higher than true value. The reason is that even IE browser sometimes make hit on favicon without an "Add to favourites" action by a user.

  3. #3
    Working. Masetek's Avatar
    Join Date
    Aug 2005
    Location
    Aust
    Posts
    543
    Interesting, cheers R2

  4. #4
    4x4
    Join Date
    Oct 2004
    Posts
    1,043
    A couple of my sites show over 800% hehe

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •