-
Notifications
You must be signed in to change notification settings - Fork 59
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
Implement basic analytics #270
Comments
If we go with GA - insight package looks pretty much perfect. |
Another note: potentially would be cool to make the analytics data public on our new website (#259) |
Majority of packages are pretty large (anywhere from 500k to 1mb+), so I'm not sure it's worth adding them in this way. |
Matomo (Piwik) is an awesome selfhosted alternative to GA and provides a small nodejs client: |
@anbraten that looks pretty good, thanks for sharing! |
@yamalight i think plaubsible might be the best modern secure analytics solution without cookies |
@niklasgrewe thanks! that looks pretty interesting, will dig into it :) |
@yamalight no matter. I have seen that you can host plausible ones yourself: https://docs.plausible.io/self-hosting/ and it is completely open source :) and I remember one more thing... i will use Directus as CMS for my website and for those of my customers. In v9 it should be possible to add own dashboards etc. It would be pretty cool if i could somehow combine exoframe and directus with analytics like plaubsible. That way you would have all statistics in one place. I don't know how far this is wanted, but I think it would be pretty cool - just as an idea :)
|
It's a bit hard to tell which features people use more, where things break, etc without having proper analytics in place.
For v6.0 we need to add analytics that'll help us figure out which features to focus on.
The analytics should:
We could go with two approaches for this - either just use something like google analytics (very easy to implement, no costs for us), or use something that is self-hosted (would mean setting up our own server for collecting data).
The text was updated successfully, but these errors were encountered: