Optimization and Analytics

Optimization and Analytics

The optimization cycle

A sales funnel is never "finished." Continuous optimization is what separates a mediocre funnel from a profitable one.

graph LR
    A[Measure] --> B[Analyze]
    B --> C[Hypothesize]
    C --> D[Test]
    D --> E[Implement]
    E --> A

Setting up your tracking

Essential tools

Tool Usage Price
Google Analytics 4 Traffic, behavior, conversions Free
Google Tag Manager Centralized tag management Free
Meta Pixel (Facebook) Facebook/Instagram ad tracking Free
Hotjar / Microsoft Clarity Heatmaps, session recordings Free (basic)
UTM Builder Traffic source tracking Free

UTMs: tracking every traffic source

UTM parameters let you know exactly where each visitor comes from:

https://mysite.com/landing?
  utm_source=facebook
  &utm_medium=cpc
  &utm_campaign=course-launch
  &utm_content=testimonial-video
Parameter Description Example
utm_source Origin platform facebook, google, newsletter
utm_medium Traffic type cpc, email, organic, social
utm_campaign Campaign name q1-launch, holiday-promo
utm_content Content variant video-a, red-banner

Metrics to track by stage

TOFU - Acquisition

Metric Formula Target
Cost per click (CPC) Budget / Clicks < $1
Click-through rate (CTR) Clicks / Impressions x 100 > 2%
Landing page conversion rate Sign-ups / Visitors x 100 > 20%
Cost per lead (CPL) Budget / Leads < $5

MOFU - Engagement

Metric Formula Target
Open rate Opens / Emails sent x 100 > 25%
Email click rate Clicks / Emails opened x 100 > 3%
Unsubscribe rate Unsubscribes / Emails sent x 100 < 0.5%
Average engagement score Sum of scores / Number of leads Growing

BOFU - Conversion

Metric Formula Target
Sales page conversion rate Purchases / Page visitors x 100 > 3%
Cart abandonment rate Abandonments / Payment initiations x 100 < 70%
Average order value Revenue / Number of orders Growing
Upsell take rate Upsells accepted / Customers x 100 > 20%

Overall

Metric Formula Target
ROAS Revenue / Ad spend > 3x
Overall ROI (Revenue - Costs) / Costs x 100 > 200%
LTV / CAC Customer lifetime value / Acquisition cost > 3

A/B testing

A/B testing involves comparing two versions of an element to determine which one performs better.

What to test?

In order of impact:

  1. The offer itself: price, format, bonuses
  2. The landing page headline: the promise
  3. The CTA: text, color, position
  4. The email subject line: wording
  5. The main visual: photo, video, illustration
  6. The page structure: section order

A/B testing rules

  • Test only one variable at a time: otherwise you can't tell what made the difference
  • Wait for statistical significance: minimum 100 conversions per variant
  • Don't stop too early: let it run for at least 7 days
  • Document every test: hypothesis, result, learning

Concrete example

Test: Landing page headline
Hypothesis: A results-oriented headline converts better than a descriptive one

Variant A: "Sales Funnel Course"
Variant B: "Build a Funnel That Generates 50 Leads Per Day"

Result after 2,000 visitors:
- A: 18% conversion
- B: 27% conversion
- Winner: B (+50% more conversions)

Learning: Results-oriented headlines outperform descriptive headlines.

Heatmaps and recordings

Heatmaps

Heatmaps visually show where visitors click, scroll, and look:

  • Click map: where people click -> is your CTA visible?
  • Scroll map: how far people scroll -> place key information before the drop-off zone
  • Move map: where the mouse moves -> indicates areas of attention

Session recordings

Watch real user sessions to identify:

  • Friction points (hesitations, backtracking)
  • Ignored elements (sections nobody reads)
  • Bugs and display issues
  • Actual path vs intended path

Optimizing each stage of the funnel

Landing page: improving sign-up rate

  • Simplify the form (first name + email is enough)
  • Add social proof ("Joined by 2,000+ entrepreneurs")
  • Speed up load time (< 3 seconds)
  • Test different lead magnet visuals
  • Mobile first: 60% of traffic is mobile

Emails: improving engagement

  • Clean your list regularly (remove inactive contacts)
  • Segment by engagement level
  • Send at the right time (test days and times)
  • Personalize beyond the first name (content adapted to interests)

Sales page: improving conversion rate

  • Add video testimonials
  • Strengthen the guarantee
  • Test different prices and payment formats (1x vs 3x)
  • Add live chat to answer questions
  • Use retargeting for visitors who don't buy

The dashboard

Create a dashboard that summarizes your funnel's performance:

+-------------------------------------------------+
|          DASHBOARD - SALES FUNNEL               |
+-------------------------------------------------+
| Traffic      | 5,000 visitors/month             |
| Landing page | 25% conversion -> 1,250 leads    |
| Emails       | 35% open rate, 5% click rate     |
| Sales page   | 5% conversion -> 62 customers    |
| Avg. order   | $197                              |
| Revenue      | $12,214/month                     |
| Ad spend     | $3,000/month                      |
| ROAS         | 4.07x                             |
| LTV          | $450                              |
| CAC          | $48                               |
+-------------------------------------------------+

Summary

Funnel optimization rests on three pillars: measure (tracking, UTMs, analytics), test (systematic A/B testing), and iterate (heatmaps, recordings, feedback). Track your metrics by stage (TOFU/MOFU/BOFU) and aim for a ROAS greater than 3x. A profitable funnel is built one test at a time.