Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Funnel Analyzer.

Features

  • 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
  • JSON/CSV input — Works with any event data format
  • JSON output — Machine-readable results for dashboards

Requirements

  • Python 3.10+
  • No external dependencies (stdlib only)
Chapter 2

Quick Start

Follow this guide to get Funnel Analyzer up and running in your environment.

Quick Start

bash
# 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
python src/funnel_analyzer.py --events data.json \
    --steps "visit,signup,activate" --output results.json

Event Data Format

Events should be a JSON array of objects:

json
[
    {"event_name": "page_view", "user_id": "u1", "timestamp": "2026-01-01T10:00:00Z"},
    {"event_name": "signup",    "user_id": "u1", "timestamp": "2026-01-01T10:05:00Z"},
    {"event_name": "activate",  "user_id": "u1", "timestamp": "2026-01-01T10:30:00Z"}
]
Chapter 3
🔒 Available in full product

Output Example

Chapter 4
🔒 Available in full product

License

You’ve reached the end of the free preview

Get the full Funnel Analyzer and unlock everything.

All Chapters

Get the complete guide with every chapter unlocked, including code samples, diagrams, and best practices.

Full Tool Suite

Access all interactive tools with complete data, all workload profiles, and the full scenario library.

Source Files

Downloadable source code, configuration files, and working examples from every chapter.

Lifetime Updates

Free updates for life. Every new chapter, tool, and improvement included.

Buy Now — $29 →
📦 Free sample included — download another copy for the full product.
Funnel Analyzer v1.0.0 — Free Preview