Hello everyone,
I’m pretty sure most of us are familiar with and already use Google Analytics on our websites.
I was wondering though, for the devs building desktop apps what solutions, if any, you might be using to track your app’s usage. Obviously taking into account that there are serious privacy concerns at play, that this data must be as anonymous as possible, the option to disable/enable it prominent and be opt-out by default.
For our Windows c++ app, we’re thinking of introducing anonymous data usage stats though we’re not sure if it’s worth the effort. We’re thinking perhaps the usage insight we gain along with the feedback we’re getting might help with improving the product. We’re currently only tracking successful install + first run by opening a quick start guide page with tips and tricks which is not entirely accurate.
Some options I’ve looked at briefly:
- Deskmetrics ( deskmetrics.com ), seems perfect but the project looks dead.
- Revulytics ( https://www.revulytics.com/revulytics-usage-intelligence ), not so sure about this.
- https://www.starmessagesoftware.com/softmeter, uses GA, haven’t really looked into it.
Still not sure about any of them. What do you think?
Thanks