Hi, I am willing to use Google Analytics to track stats about usage of my Client/Server application (no Browser on the user computer!).
So I guess if anyone ever tried to craft requests to __utm.gif from serverside code.
I have found some information on the request and relevant cookies at google website but there are no details on the cookies values passed in the "utmcc" variable.
I understand that I will not be able to "craft" some of the information which Analytics server derives from the request itself (one for all: the source IP address!). I can't generate requests from the Client computer.
Does anyone have experience with this scenario? Any detailed information or resource? Any working code snippet (any language will do! :)?
Thanks!