We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2024Q1
Previous:
New accounts created in the last month: https://data.heroku.com/dataclips/rkziqoqfowqlcggqjpooyfvozzva select count(*) from public.users where created_at > 'now'::timestamp - '1 month'::interval;
select count(*) from public.users where created_at > 'now'::timestamp - '1 month'::interval;
Logins in the last month: https://data.heroku.com/dataclips/zlfykfedmvadblpqgfdbugiccryy select count(*) from public.users where Current_sign_in_at > 'now'::timestamp - '1 month'::interval;
select count(*) from public.users where Current_sign_in_at > 'now'::timestamp - '1 month'::interval;
We use to have more metrics on https://heapanalytics.com but it seems to have disabled the free tier for us - ask @compwron or @lmerriam for info