-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Usage analytics #80
Comments
@bajtos or @juliangruber should take a look at prior art and decide what tooling & infra we want to use for this. |
-> Needs to be able to track exit pages |
After browsing https://sentry.io/welcome/, I think Sentry isn't a good option for this. It's purpose is always error tracking, if usage of Station doesn't lead to an error then it's none of Sentry's concern. That's also why it doesn't have exit page tracking (there is never an error leaving the page), and launching the app isn't tracked either, unless it leads to an error. I know google analytics tracks all of this, but I will first look for other alternatives. |
The open source tool Plausible offers exit pages: It also provides other metrics useful for Station, eg
Having used Plausible before, I think it will work for us, but I want to do some further research. We can self-host it or use their SaaS, which should be fine at $9/m for 10k monthly pageviews. |
IPFS Desktop uses Countly, which offers a free and self-hosted version as well. I think it offers more features than Plausible, but also looks somewhat more outdated. We would like have to self-host this, as they only offer an enterprise hosted plan. |
I have good experience with Plausible too 👍🏻 I vaguely remember @patrickwoodhead mentioning some issues with Countly and that perhaps we should look into other options, but I don't recall any details 😞 |
@juliangruber there are currently some bugs in our implementation in IPFS Desktop + Web UI. Furthermore, we (I?) haven't been using the statistics actively, so it's hard to recommend it or not. I think the main driver to use them on Desktop was the fact that they were being used with Web UI too and they were self-hosted. |
@hacdias thank you for providing context! 🙏 |
also @patrickwoodhead, since you apparently had some issues with Countly, could you check whether Plausible answers your questions better? |
@bajtos @juliangruber, I didn't have any issues with Countly. It is just that the maintanier of the IPFS Countly account stopped maintaining it and so I think some teams moved off it. We can use Countly or Plausible. |
We want to record analytics to better understand usage patterns, for example how many people were not able to complete the onboarding flow.
Tasks:
The text was updated successfully, but these errors were encountered: