Forum Moderators: DixonJones
A user hits on a webpage and it logs the ip address and the pagename that person hit on, which generates 2 hits to that page but only 1 distinct user hit.
The problem I'm running into is that everyone from my company shows up on the same IP address. So I mght have 100 distinct in-house computers hitting on a page, but it will only show up as 1 distinct hit. Is there a better way of tracking users than what I'm currently doing?
The alternatives are not pretty.
- tracking each user with cookies. ugh.
- session id tracking all users. ugh ugh.
- complex agent id tracking in relation to ip and time. ugh ugh ugh.
- hiring a tech team to tell you the same.