You are getting both:
User | Reqs
----------------------------------
[not listed: 435,765] | 1,276,501
The number in the 'not listed' tells you how many unique cookies were
given. The number in the Reqs column tells you how many total
(cookied) requests cookied users made.
(5) As I mentioned before, I think you should be able to do that with
a LOGFORMAT command that includes references to both cookies. You
would 'hijack' two variables and associated reports for this. User and
Virtual Host being most likely. You might have to use two command as
the cookies could be in different orders in different requests:
LOGFORMAT ...%jidl_visitor=%u;%jidl_visit=%v;%j...
LOGFORMAT ...%jidl_visit=%v;%jidl_visitor=%u;%j...
(2) Once a user receives a cookie, it should be sent on all requests.
If you track request and response cookie headers in your log format
you can get cookied information for all requests. If cookies are
handled by your server, then they should be sent for graphics requests
too.
--
Jeremy Wadsack
Wadsack-Allen Digital Group
[EMAIL PROTECTED] ([EMAIL PROTECTED]):
> Okay, let me put it this way:
> I'm interested in two cookies, both of which have unique values for each
> visitor
> These cookies will not be present in every line on the logfile (this
> isn't causing problems so far) as they're set only by pages
> I don't want to count the number of times these cookies appear in the
> logfile
> I do want to count the number of unique values for each cookie in the
> logfile
> I would like to identify the two numbers in different reports by running
> Analog once
> What I think I'm getting at the moment is (3): the number of times the text
> string "idl_visit=" or "idl_visitor=" appears in the logfiles. How can I
> get (4)?
> thanks, Adam
> ----- Forwarded by Adam Browne/Digital/Independent News and Media on
> 26/03/02 16:53 -----
> "Jeremy Wadsack"
>
> <jwadsack@wadsack-allen To:
>[EMAIL PROTECTED]
> .com> cc:
>
> Sent by: Subject: Re: [analog-help]
>Counting multiple fields
> owner-analog-help@lists
>
> .isite.net
>
> 25/03/02 15:19
>
> Please respond to
>
> analog-help
>
> I'm not sure if I'm following you, but if you're saying you have lines
> with this cookie and lines that don't have the cookie, then you'll
> need to add an additional LOGFORMAT to read the lines that don't have
> the cookie (otherwise Analog will tell you they are corrupt.)
> I had assumed you had already done this, as you would have needed to
> in your original format anyway.
> --
> Jeremy Wadsack
> Wadsack-Allen Digital Group
> [EMAIL PROTECTED] ([EMAIL PROTECTED]):
>> Sorry, I wasn't clear. It gives the total number of _all_ cookies - what
> I
>> need is the total number of the cookies individually. In other words, the
>> %jidl_visitor=%u;%j string doesn't seem to be making any difference.
>> Adam
+------------------------------------------------------------------------
| This is the analog-help mailing list. To unsubscribe from this
| mailing list, go to
| http://lists.isite.net/listgate/analog-help/unsubscribe.html
|
| List archives are available at
| http://www.mail-archive.com/[email protected]/
| http://lists.isite.net/listgate/analog-help/archives/
| http://www.tallylist.com/archives/index.cfm/mlist.7
+------------------------------------------------------------------------