Ask HN: Could anyone recommend any devtools to calculate Monthly Active Users?

1 points by KhoiUna ↗ HN
Feel free to comment. Preferably, I would like solutions that are easy to integrate, like a simple copy & paste JavaScript code, etc.

4 comments

[ 3.2 ms ] story [ 20.0 ms ] thread
google analytics, posthog, plausible, umami, goat counter
How do you calculate monthly active users on google analytics, though?
Are the users registered in any way (e.g. have accounts)? You could check the login logs.

If not, you could also use something like UXWizz[0] to tag each individual session based on their user ID and then run a MySQL query to get the distinct ones within the last 30 days.

[0]: https://uxwizz.com

Is it not free? Do I have to purchase a license?