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?
+1
A:
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?
Frank Krueger
2010-03-15 19:33:19
Well we actually thought about writing our own tracking statistics, but all of our websites are currently on GA, and we have already built a number of tools for looking at the data, so I figured I would ask before I go about planning out something that might have already existed.
NickLarsen
2010-03-15 19:53:54