Server-side or client-side web analytics (part 2)
Wednesday, July 25th, 2007What most people don’t know is that client-side scripting doesn’t normally allow for any recording of data. Javascript can’t write data to a file and that is why it needs a way to transfer the data to a server-side script that records it to a database or log file. So web analytics is in absolute sense always server-side.
In this part of the article I will explain how you get server-side information into client-side statistics and vice versa.






