Forum Moderators: DixonJones
Am I imagining this, or are JS/Cookie trackers in fact inferior for tracking SE referrals and keyword phrases used?
Is log analysis the way to go for tracking these?
Trackers and log files collect the data at two different points: Trackers count when the page with the script is loaded (no matter if it's loaded from your server, a browser or any other cache). Logfiles count when the webserver recieves a request for a file (which, in the case of cached pages never happen)
There is one more way to collect you visitor data: By network Packet Sniffing. It gives you access to more data than what you get from trackers and logfiles (like http stop requests, user connection speed and detection of how much of each file the user got loaded before the page was abandoned).
If you compare the numbers from these three methods they are all going to be different - even if they are varified to be correct.