Track C++ application with google analytics -


is possibility track c++ application usage using google analytics?

to track application usage google analytics necessary generate http request url: *

http://www.google-analytics.com/__utm.gif?         utmwv=3&         utmn=<random number>&         utme=&         utmcs=iso-8859-1&         utmsr=1280x1024&         utmsc=24-bit&         utmul=en-us&         utmje=1&         utmfl=-&         utmhn=<www.stopka.us>&         utmhid=2112093191&         utmr=-&         utmp=/login.php?user=12&         utmac=ua-xxxxx-1&         utmcc=__utma%3d1.<unique id>.<time (in sec's since jan 1, 1970) of first visit).<time of last visit>.<time of current visit>.<visit count>%3b %2b         __utmz%3d1.1203103189.1.1.utmcsr%3d<source>%7cutmccn%3d<campaign> %7cutmcmd%3d<medium>%3b 

* parameters possible fill it's user env. values. way not convenient enough. so, create own library. call usageanalytics , distribute open source project at: http://code.google.com/p/usageanalytics/

thanks participation, me library.

btw. cause code.google.com outdated, i've moved stuff

https://github.com/vyemialyanchyk/usageanalytics


Comments

Popular posts from this blog

asp.net - repeatedly call AddImageUrl(url) to assemble pdf document -

java - Android recognize cell phone with keyboard or not? -

iphone - How would you achieve a LED Scrolling effect? -