Contents

Chapter 1

Features

This chapter covers the core features and capabilities of Conversion Tracker.

Features

  • Define multiple conversion goals with revenue values
  • Funnel analysis showing drop-off at each step
  • Three attribution models: first-touch, last-touch, linear
  • Goal completion summaries with conversion rates
  • CSV event log processing (works with any analytics export)
  • Text and JSON report output
  • Python stdlib only — zero pip dependencies

Quick Start

bash
# Generate a full conversion report
python src/conversion_tracker.py --goals examples/goals.json --events examples/events.csv --report

# Funnel analysis only
python src/conversion_tracker.py --goals examples/goals.json --events examples/events.csv --funnel

# Attribution analysis (first-touch model)
python src/conversion_tracker.py --goals examples/goals.json --events examples/events.csv --attribution --model first-touch

# JSON output for programmatic use
python src/conversion_tracker.py --goals examples/goals.json --events examples/events.csv --report --format json
Chapter 2

CLI Reference

Follow this guide to get Conversion Tracker up and running in your environment.

CLI Reference

FlagDescription
--goals, -gPath to goals JSON config (required)
--events, -ePath to events CSV file (required)
--reportGenerate a full conversion report
--funnelShow funnel analysis only
--attributionShow attribution analysis only
--model, -mAttribution model: first-touch, last-touch, linear
--format, -fOutput format: text or json
--verbose, -vEnable verbose logging

Configuration

See examples/goals.json for goal definitions and examples/events.csv for the expected event log format.

Chapter 3
🔒 Available in full product

Examples

You’ve reached the end of the free preview

Get the full Conversion Tracker 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 — $19 →
📦 Free sample included — download another copy for the full product.
Conversion Tracker v1.0.0 — Free Preview