On Tuesday, May 10, 2005 8:45 PM [GMT],
Charlie H. <[EMAIL PROTECTED]> wrote:

>>> I would like to know if I can include the monitor resolution of
>>> visitors in my analog report?
>>
>> Is the monitor resolution of your visitors recorded in your log file?
>
> Not at this time, trying to figure out how to get that info into the
> logfiles. I am running Apache if someone wants to be so kind to point
> me in the right direction.

About the only way to get the users browser configuration into your
normal logfiles is to have client side scripting (javascript) that
stores the information in a cookie, which can then be logged in your
logfile. I would be inclined to consider it intrusive to carry that kind
of information in a cookie, and it would be a bit profligate to log the
information for every single request in your logfile, so a more
efficient technique might be to use the client side script to generate a
request for an image file, and pass the relevant screen parameters as
arguments to the request:

<img src="screen.pl?x=812&y=659">

screen.pl could log the relevant information to a separate log file.

Obviously, this requires the user to have client-side scripting enabled.

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
+------------------------------------------------------------------------

Reply via email to