I an beginning an web application to log web-statistics (web requests, pageviews, etc) for my customers. Today more and more people are using ajax. So my question is, what is the best way to log an user visit. in javascript? or serverside? and then, what do i need to log? the page title? or the absolute url? or need customers choose their own pagenames?
anybody some advice?
thanks in advance.