Analyze conversion funnels: step-by-step conversion rates, drop-off points, cohort comparison, and time-to-convert metrics. Find where users bail and fix your flow.
Browse the actual product documentation and code examples included in this toolkit.
Key features of Funnel Analyzer
• Step-by-step analysis — Conversion rate between each funnel step • Drop-off detection — Exact numbers and percentages of users lost at each step • Overall conversion — End-to-end funnel conversion rate • Time-to-convert — Average time from funnel entry to each step • Cohort comparison — Compare funnel performance across user segments • Visual bar report — ASCII bar chart showing funnel shape
Step-by-step analysis — Conversion rate between each funnel step
Drop-off detection — Exact numbers and percentages of users lost at each step
Overall conversion — End-to-end funnel conversion rate
Time-to-convert — Average time from funnel entry to each step
Cohort comparison — Compare funnel performance across user segments
Visual bar report — ASCII bar chart showing funnel shape
Configure Funnel Analyzer parameters to see how the product works.
# Analyze a funnel
python src/funnel_analyzer.py --events examples/sample_funnel.json \
--steps "page_view,signup,activate,purchase"
# Compare cohorts
python src/funnel_analyzer.py --events examples/sample_funnel.json \
--steps "page_view,signup,purchase" --cohort source
# Export results
p