Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use analytics for desktop applications? [closed]

Tags:

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?

like image 453
zproxy Avatar asked Oct 12 '09 11:10

zproxy


People also ask

Does Google Analytics have desktop software?

Google Analytics is also for other environments via their (new) measurement protocol. It can be used for desktop, mobile, and servers.

How data is stored for desktop applications?

You can use AppData\Local. It is a common place for storing application data. If this is unclear to people... the normal windows equivalent of this code is typing %localappdata% into the address bar of your Windows file explorer and pressing enter.

What are Google Analytics applications?

With easy-to-use SDKs and reports designed with app developers in mind, Google Analytics for Mobile Apps enables you to: Understand the number of users in your app, their characteristics, and where they come from. Measure what actions your users are taking. Measure in-app payments and revenue.


2 Answers

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 Measurement Protocol. So, that's the most 'official' way to use Google Analytics for desktop (or any other 'generic') apps now.

like image 60
Petr Abdulin Avatar answered Oct 02 '22 13:10

Petr Abdulin


Google Analytics isn't just for websites, they have bindings for:

  • .NET
  • Objective-C
  • Android
  • iOS (Apple)
  • Gadgets
  • Chrome Extensions
  • Flash/Flex
  • Silverlight

So you can use Google Analytics pretty much anywhere, and they don't seem to have too much of an issue with it.

See also: Google Analytics Core Reporting API Client Libraries & Sample Code

like image 39
David d C e Freitas Avatar answered Oct 02 '22 15:10

David d C e Freitas