As I embark on creating a web application to track web statistics for my clients, I've run into a dilemma. With the rise of ajax usage, I'm unsure whether it's best to log a user visit using JavaScript or serverside. Additionally, I'm unsure about what specific information I should log - should it be the page title, the absolute URL, or should customers have the option to choose their own page names?
Does anyone have any advice on this matter?
Thank you in advance.