Isn't that what you want to do? Count the total number of unique cookies for the period or log files?
-- Jeremy Wadsack Wadsack-Allen Digital Group [EMAIL PROTECTED] ([EMAIL PROTECTED]): > I thought something like this would be the solution - but I can't seem to > get it to work. I've made a specific logfile (W3C format): > LOGFORMAT > %Y-%m-%d\t%h:%n%:%j\t%s\t%j\t%r\t%c\t%b\t%t\t%f\t%B\t%jidl_visitor=%u;%j > but it just gives me the total number of cookies during the period. Any > more suggestions? > I haven't attempted hijacking another variable yet, but the FLOOR setting > works fine. > thanks, Adam > Jeremy Wadsack wrote: >> So, two questions: >> 1. How can I count the number of instances of a cookie? > You'll need a more specific LOGFORMAT, if that's possible. The > LOGFORMAT needs to look for the cookie name that you want to track and > dumb the rest of the cookies. Something like this (within the cookie > field) might do the trick: > %jidl_visitor=%u;%j >> 2. How can I run Analog once and get the same report twice with two >> different *INCLUDE values? > You can't. You can hijack another variable, such as the virtual host > one, if you don't need it, and use the Virtual Host Report to track > the other field. Perhaps something like this in your LOGFORMAT: > %jidl_visitor=%u;%jidl_visit=%v;%j > Also, you can set the FLOOR for the User (and VHost) reports to > something very large to get all the values totaled in the [not listed] > section. In your report above USERFLOOR 2000r would do the trick. +------------------------------------------------------------------------ | 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 +------------------------------------------------------------------------
