Using google analytics to track hits on an XML web service
I have a xml web service which I would like to track using Google Analytics. Since it uses a small client side javascript to do the tracking, this is a problem. Is it possible to workaround this without running a javascript client开发者_高级运维 server side?
Maybe this would be of help
Server Side Google Analytics (PHP)
Work around? Of course, this is the web. Hook up an HTTP analyzer and see what that Google JavaScript transmits. Then, have your webservice make those same HTTP requests.
But wouldn't it be easier to just store that data in a database?
精彩评论