Tag
#posthog-alternative
7 recipes tagged #posthog-alternative.
- growth 2 minutes · beginner
Build a signup funnel and find where users drop off
One prompt builds the full funnel from landing → activation, publishes it as a public dashboard, and ranks drop-off steps by severity.
#analytics#funnels#dashboards#onboarding - growth 2 minutes · intermediate
Is checkout too slow?
Compute p50/p90/p99 of checkout duration split by mobile and desktop. Mobile p99 is usually 4-8x worse than desktop p50.
#analytics#checkout#ecommerce#performance - growth 5 minutes · intermediate
Auto-survey churned users and read the answers in chat
Stop guessing why customers leave. Trigger a 3-question survey on cancellation, then ask the agent to summarize the responses weekly.
#surveys#churn#retention#cohorts - growth 5 minutes · intermediate
Which doc page leads to the most API adoption?
Funnel from a docs page view to first api_request by the same distinct_id within 7 days. Per-doc-page breakdown — find the highest-leverage page in your docs.
#analytics#funnels#devtools-api#content-marketing - debugging 3 minutes · advanced
Which user action triggers which error?
Join errors and analytics events by distinct_id and timestamp. For each top fingerprint, surface the user action that immediately preceded it.
#errors#analytics#cross-signal#sentry-alternative - growth 1 day to set up, 3 months for signal · advanced
Does NPS predict cancellation?
Compare 90-day cancellation rates between NPS detractors and promoters. Get the real number for your business.
#analytics#surveys#nps#retention - debugging 2 minutes · intermediate
Diagnose a bug from the session replay, not the stack
Customer reported a checkout error. Pull their session replay, read what they did in the 60s before the error. Some bugs only make sense when you see the user's screen.
#errors#replay#customer-support#debugging