Live data from Hacker News

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

news.ycombinator.com

1–6 of 6 posts

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

#4
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

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

#5
post #4

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?

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

#6
post #5
post #4

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?

Yes, it's a premium self-hosted product. You can probably get a discount if you get it for personal usage and contact support.