How to track Track how many people are using my application

I’m sure this will get marked as “not specific enough” or something like that, but if it does, I’d appreciate it if someone could tell me how to better ask this question, or perhaps some ideas of what to Google. Thanks.

I have an Electron app that I let people use for free. They get it from one of my static websites hosted on Github. The problem is, I have no idea how many people are using it, and I have no idea how to find out.

Any ideas on how to find out? I’d be happy to modify my app to help with collection of this information, but since my websites are all static, I don’t really know how or where to collect that information.

Thanks in advance.

  • does your electron app connect to a server that is yours? that’s where you’d track people

    – 

  • No, unfortunately not.

    – 

  • well, there’s something you can add

    – 

If you want to analyse your github static website with maybe count of downloads and without adding your own backend for it, you can integrate Mixpanel Analytics or analogs.

Same solution can be tried if you want to analyse your electron app without adding your backend.

Leave a Comment