Hacker News new | ask | show | jobs
by social_quotient 2849 days ago
Consider using some tools like google analyticsz they actually have bindings for apps like .Net

https://github.com/maartenba/GoogleAnalyticsTracker

You can also detect the uninstall event and try to launch a browser to a quick optional survey

https://docs.microsoft.com/en-us/dotnet/api/system.configura...

I’d say try to treat the desktop app as much like a We app as possible from a metrics perspective. Unlike web people have a general disdain for tracking so with all of the info above I’d consider making it opt-in only.

Finally as mentioned above. Post on LinkedIn for some honest reviews of the app, offer some money for their time. At low volume this is easy to manage manually. At scale consider something like https://www.giftbit.com/

Good luck!

1 comments

Survey on uninstall = where theoretical ideal meets the real world.

Edit: By which I mean, in that moment you do not want to get in the user's way.