Glossary Term

Funnel Analysis

glossary funnel analysis featured

Funnel analysis measures how many users complete each step in a defined sequence and where the rest drop out. It turns a single conversion rate into a step-by-step account of where people leave. The output is not one number but a shape: the width of each step and the size of the gap between them.

Why Funnel Analysis Matters

A conversion rate tells you the outcome. A funnel tells you the cause.

If checkout converts at 2%, that figure is compatible with two very different problems. Traffic may be reaching the cart and failing at payment, or it may never reach the cart at all. The fix differs completely, and only a funnel separates the two.

Funnel analysis answers three questions:

  • Where is the largest single drop? That step is usually worth more than a broad site redesign.
  • Is the drop a leak or a filter? Some steps are meant to disqualify people. Others lose buyers.
  • Does the drop differ by source? A step that holds for organic traffic and collapses for paid traffic points at the ad promise, not the page.

Marketing Funnel Stages

The classic model has four stages, first described by E. St. Elmo Lewis in 1898 as AIDA: attention, interest, desire, action. Modern marketing funnels rename them but keep the structure.

Stage Also called What it measures
Awareness Top of funnel (TOFU) Reach, impressions, new users
Consideration Middle of funnel (MOFU) Engaged sessions, content views, signups
Conversion Bottom of funnel (BOFU) Purchases, demos, qualified leads
Retention Post-funnel Repeat purchases, active users

These stages are a planning vocabulary, not a measurable funnel. A funnel you can analyze is built from events a user either fired or did not: view_item, add_to_cart, begin_checkout, purchase. Keep the stage model for strategy and the event sequence for measurement.

Open vs Closed Funnel

The difference is where users are allowed to enter.

  • Closed funnel: users must enter at step one. Anyone who skips it is excluded from every later step, even if they completed those steps.
  • Open funnel: users can enter at any step. Google Analytics 4 reports these as new funnel entries, separate from users who arrived by completing the previous step.

Choose closed when the sequence must hold, such as a checkout that runs in order. Choose open when entry is genuinely distributed, such as a blog funnel where readers land deep in the site from search.

The choice changes the numbers, not just the presentation. The same data in a closed funnel shows a smaller step one and steeper drop-off, because users who entered mid-sequence are removed rather than counted. Comparing an open funnel to a closed one from an earlier month manufactures phantom improvements.

How to Run a Funnel Exploration in GA4

Google Analytics 4 builds funnels in the Explore module, and they apply retroactively to data already collected.

  1. Open Explore, then choose the Funnel exploration template.
  2. Define each step from events, dimensions, or metrics. A funnel supports up to 10 steps.
  3. Set each step’s relationship to the previous one: indirectly followed by allows other actions in between, directly followed by requires the next event to be the immediate next action.
  4. Toggle Make open funnel on or off.
  5. Choose a standard (stepped) or trended (line chart) view. Trended shows step completion over time rather than in one snapshot.
  6. Optionally enable Show elapsed time for the average time between steps, and Next action for the Top 5 Next Actions card at each step.

Up to four segments can be applied at once, which is how drop-off gets compared by channel, device, or country. A segment split by traffic source is only as reliable as the campaign values behind it, so mismatched source names quietly split one channel into three.

Funnel Drop-Off Analysis

Read the gap between steps, not the completion rate at the end.

  1. Find the step with the largest absolute drop, in users rather than percentage.
  2. Check whether that drop is normal. A 60% fall from product view to add-to-cart is ordinary; a 60% fall from payment details to purchase is a defect.
  3. Break the step down by one dimension (device, source, landing page) to see whether the loss is universal or concentrated.
  4. Use the Top 5 Next Actions card to see where the leavers actually went. Users leaving checkout for a shipping-policy page is a pricing problem, not a form problem.
  5. Check elapsed time. A step that takes far longer than its neighbours is usually where confusion or latency sits.

The click that precedes step one is outside GA4’s funnel entirely. Link analytics covers that gap by showing clicks on each tagged link, which separates a weak ad from a weak landing page.

Common Funnel Analysis Mistakes

  • Mixing open and closed funnels across reports. The completion rate changes with the funnel type, so the comparison measures the setting, not the site.
  • Using “directly followed by” by default. One unexpected pageview between two steps removes the user from the funnel, which reads as a drop-off that never happened.
  • Assuming steps happen in one session. GA4 funnels count users across the whole date range, so a user can start on Monday and convert on Friday unless a time constraint is set on the step.
  • Treating every drop as a leak. A pricing page that loses unqualified visitors is working. Judge each step against its purpose.

Frequently Asked Questions

What is funnel analysis?

Funnel analysis measures how many users complete each step of a defined sequence and where the remainder leave. It converts one conversion rate into a series of step-to-step completion rates, which isolates the specific stage causing the loss. The method applies to any ordered process: checkout, signup, onboarding, or forms.

What are the marketing funnel stages?

The standard stages are awareness, consideration, conversion, and retention, descended from the AIDA model E. St. Elmo Lewis described in 1898. Awareness covers reach and new users, consideration covers engaged behavior such as content views and signups, and conversion covers purchases or qualified leads. These stages are a planning framework; a measurable funnel is built from specific events instead.

What is the difference between an open and a closed funnel?

In a closed funnel, users must enter at the first step, and anyone who skips it is excluded from all later steps. In an open funnel, users can enter at any step and are reported as new funnel entries at that point. Closed funnels suit strict sequences such as checkout, while open funnels suit journeys where people arrive mid-sequence from search or social.

How many steps can a GA4 funnel exploration have?

A GA4 funnel exploration supports up to 10 steps. Up to four segments can be applied at once for comparison, and each step can be set as indirectly or directly followed by the previous one. Optional settings add average elapsed time between steps and a Top 5 Next Actions card.

To keep funnel segments split by a clean traffic source, enforce consistent campaign naming with UTM naming rules.