-
Notifications
You must be signed in to change notification settings - Fork 40
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
Track user metrics #27
Comments
Would you like to track through tools like mixpanel ? Where you can track every action a user takes on the platform or just a good old google analytics? |
GA would give you better anonymization guarantees right? Mixpanel allows you to track PII |
Afaik GA uses cookies so its not really privacy friendly. Could use https://plausible.io/ , privacy focused alternative, but no free plan. |
From my quick review, it seems the privacy-friendly/self-hosted alternatives are more like Deezy has custody of the data vs Google I think GA would probably be best because Deezy doesn't get custody of the data, and we rely on Google's reputation. And it's cost-friendly Not great, but ultimately user's can run nosft locally to avoid this dilemma altogether |
Alright makes sense! yes self hosted nosft would be pretty cool |
@dannydeezy this is complete right? |
We'd like a way to see how many active users are on the platform
The text was updated successfully, but these errors were encountered: