Re: [analog-help] Howy many hit all my pages?

2004-11-22 Thread Aengus
On Monday, November 22, 2004 5:53 PM [GMT],
Michael D. Crawford <[EMAIL PROTECTED]> wrote:

> Is there a way to tell how many visitors fetch all of a given set of
> pages?
>
> I have several articles that are quite long, and are split up into a
> dozen or so separate HTML files.  I think many people reading them may
> only be reading one or two of the pages.  Is there a way to tell how
> many people fetched all of them?

I can't think of any way to do that definitively, but you could just
FILEINCLUDE those specific pages, and do a HOSTFLOOR 12P, to get a list
of all the IP addresses that requested at least 12 pages from the
collection. While this would include people who requested the first few
pages multiple times, it might give you some idea of what's going on.

HOSTSORTBY PAGES might also useful, if you set your floor lower, to see
if a lot of people give up after page 7, for example (assuming that most
people start at page 1, and work their way forward).

Aengus

+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+


Re: [analog-help] Howy many hit all my pages?

2004-11-22 Thread Stephen Turner
On Mon, 22 Nov 2004, Michael D. Crawford wrote:

> Is there a way to tell how many visitors fetch all of a given set of pages?
>
> I have several articles that are quite long, and are split up into a
> dozen or so separate HTML files.  I think many people reading them may
> only be reading one or two of the pages.  Is there a way to tell how
> many people fetched all of them?
>

No, because there is no attempt to try and match up several requests from
one user, because it's impossible to be sure whether two requests were from
the same user or not.

Of course, if people normally read the article in order, it might be good
enough to see how many people reach the last page.

-- 
Stephen Turner, Cambridge, UKhttp://homepage.ntlworld.com/adelie/stephen/
  "Low Priced Cambridge Clare College. Big selection at eBay UK!"
  (Ad after Google search for Clare College Cambridge)
+
|  TO UNSUBSCRIBE from this list:
|http://lists.meer.net/mailman/listinfo/analog-help
|
|  Usenet version: news://news.gmane.org/gmane.comp.web.analog.general
|  List archives:  http://www.analog.cx/docs/mailing.html#listarchives
+