-
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
Integrate a usage statistics mechanism #111
Comments
Some solutions are available:
Thus, no personal data are collected and there's no need to request consent for anything (in the context of the GDPR); while the public can access the statistics too. This solution meets the requirements above, though it is all based on the assumption/home that Google really anonymizes IPs. In other words, the ideal solution should be completely detached from any mega-corporations; but the one proposed here is easy to implement and is reasonably good. |
@ralienpp Thinking to integrate https://github.com/plausible/analytics What do you think? https://plausible.io/roataway.md (script is not on the site yet) |
@ralienpp @roata Analytics can be seen on https://plausible.io/roataway.md |
I found one more service that has a "2,500 events / month" free tier. |
Ok. Here are both platforms. Plausible: (https://plausible.io/roataway.md)
Splitbee: (https://app.splitbee.io/public/roataway.md)
|
We can use Spitbee for now, then if traffic increase we can switch to Plausible, and maybe request free tier. Also can we request payment from RTEC? |
RTEC refuses to pay for the tracking itself, so there's no way on Earth they'd pay for this. Privacy-preserving analytics is a non-feature for them. We need this to know how many people actually use it (and maybe what routes are most requested, if our URL schema made it possible, as discussed in #22), and then use these numbers to put pressure on RTEC to change their attitude. + we need to know what devices and browsers are in the hands of our users, to adapt the system to their needs. |
Plausible don't have at all free tier option plausible/analytics#179 (reply in thread) |
I can integrate Splitbee for now. And in case we go past 2.5K events/month I can take payment responsibility on me for some time. we should open a Roata Wăy Patreon account 🙂 |
- track route select - fix a bug with route selection logic Closes #111
To get an idea about how many people are actually using the site, we need to collect some sort of metrics. The requirements are:
The text was updated successfully, but these errors were encountered: