Want to improve this question? Update the question so it can be answered with facts and citations by editing this post.
Closed 9 years ago.
I want to implement a simple in-house table that tracks user page views on my website. Without targeting some specific hypothesis, what is useful data to store? Eventually I ll use it to build graphs or decision trees to better learn about our user base. This is static (no javascript).
Things I can think of:
- URL accessed
- HTTP refer[r]er
- HTTP Accept Language
- Browser-agent
- Session id
- User id (if logged in)
- Time visited