Google Analytics is nice, but it is for websites.
If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider?
What are your thoughts on such analytics?
|
|
Google Analytics is nice, but it is for websites. If I have a console application how can I track its usage worldwide? Can i just download an transparent.gif file from the analytics service provider? What are your thoughts on such analytics?
|
||
|
|
|
|
For Mac desktop applications, the Sparkle framework has the capability of getting some user demographics data, but this is limited to times when the user updates rather than giving any useage data. |
||
|
|
|
Disclaimer: I am a developer on this product, although even if I was not I would still think it was cool. If your application is .NET or Java you can use Runtime Intelligence from PreEmptive Soluttions that I describe in the answer to How to Measure Desktop Application Usage By Users If your applications are .NET you can use the free version included in Visual Studio 2010 to get a feel for how it works. For Java you can get a free evaluation by contacting PreEmptive Solutions. Edit to answer zproxy's questions from comments: Data is presented in a variety of reports, see the blog posts Correlating Downloads To Usage and What's New With Dotfuscator In Visual Studio 2010 Beta 1 for an overview and samples of some of the built in reports. In addition you also have your data available in an Excel format export, summarized by day in CSV files and we also offer an POX API for programatically extracting your data for use in other applications or creating your own reports. PreEmptive also offers professional services for designing and/or implementing any custom report that you would like. If you have .NET applications and want to test out the free versions you can do so by downloading Visual Studio 2010 Beta 1 (and Beta 2 when it is released). Dotfuscator, which is used as the code injection tool to accomplish the instrumentation, is installed by default. You can then follow the blog posts referenced above to walk through instrumenting your application and then view the usage reports on the free portal (http://free.runtimeintelligence.com ). If you would like to try out the fully featured commercial version (with more functionality and/or Java application instrumentation) you can request a free evaluation. |
|||
|