Is there any way to capture the screen resolution of site visitors through server logs? Or do I need to track the visitor information through some programmatic approach?

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

Screen resolution isn't sent by the browser as part of the standard request headers, so yes, you'll need to do something with Javascript to send this data where you want it. If you're looking for an existing "product", Google Analytics handles this data collection.

link|improve this answer
feedback
  1. Try Google analytics, they track this.
    or
  2. Write it on your own.
link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.