Skip to content
compwron edited this page Jan 18, 2024 · 8 revisions

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;

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;

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

Clone this wiki locally