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? |
|||||
|
|
"DeskMetrics - real-time relevant information about how your software is being used - allows software companies to understand how their software is being used, helping in the development and decision making processes. It is a software analytics service which provides a simple and small component to integrate into your application. This component collects anonymous data and sends it to our cloud. We provide a web administration tool to analyze the data collected and create new information from the data available." |
|||
|
|
Google Analytics isn't just for websites, they have bindings for: So you can use Google Analytics pretty much anywhere, and they don't seem to have too much of an issue with it. |
|||||
|
|
I have tried several applications. I really like Mixpanel's flexibility, but the best i ever used was this deskmetrics. I'm using the free plan but it really works well and have lots of integration tools. |
|||
|
|
|
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. |
||||
|
|
Check out: Trackerbird .NET Software Analytics - http://www.trackerbird.com It's a free simple API which you integrate with your application to track installations, runtime trends, feature usage, license conversions, as well as OS & architecture details. Anonymous data is collected by the Trackerbird servers and you get unlimited access to real-time interactive reports broken down by country, OS, language, software edition/version/build, license type, etc. Trackerbird's conversion funnel analysis shows you what happens just before users buy a license or dump your software. You also get API options for running in Privacy Mode for paranoid users. Trackerbird includes a unique direct-to-desktop message delivery framework to send announcements or surveys to specific user groups running your software. |
|||
|
|
|
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. |
|||
|
|
|
Rather than a little transparent .gif file, most desktop analytics services have a client-side API that you must use to instrument your software (this is similar to the little code snippet that Google Analytics requires you place in every page). So naturally you need to find a vendor that supports the technology stack that you are using. The other thing to remember is that user interactions with desktop applications are a little bit different from a website. All the desktop analytics products will give you basic usage stats on 'application popularity'. But what other things are you looking to measure? Error Rates? Feature Usage? Another alternative worth looking at is: UserMetrix. |
|||
|
|
|
I'm aware that this question is pretty old, but it's look like Google Analytics is finally available for general use via it's Management Protocol which is currently in beta. So, that's the most 'official' way to use Google Analytics for desktop apps now. |
|||
|
|