Analyze Your Conversion Funnel
Find where users drop off and why.
What this covers: Mapping your conversion funnel stages, setting up funnel tracking with custom events in GA4, interpreting drop-off data, segmenting by traffic source and device, and using qualitative tools like session recordings and exit surveys.
Who it’s for: Product owners and marketing managers with a multi-step conversion process who need to identify where and why users abandon the funnel.
Key outcome: You’ll have a GA4 funnel exploration showing drop-off rates at each stage, segmented by source and device, with your biggest conversion leak identified and prioritized for fixing.
Time to read: 4 minutes
Part of: Analytics & Measurement series
Users sign up but don’t convert. Somewhere between first visit and first purchase, they disappear. Here’s how to map your funnel, measure each step, and find the leaks.
Build the Funnel First
Before you can analyze drop-off, you need to define the stages. Map your user journey:
Example funnel:
1. Land on website
2. View pricing page
3. Start signup
4. Complete signup (email verified)
5. Complete onboarding
6. First meaningful action (varies by product)
7. Upgrade to paid / First purchase
Each step is a potential drop-off point. Name them and track them.
Setting Up Funnel Tracking in GA4
Step 1: Define Events for Each Stage
GA4 doesn’t know your funnel stages until you tell it. Create a custom event for each step between first visit and conversion. Name them clearly — you’ll read these in reports for months:
- signup_start
- signup_complete
- onboarding_start
- onboarding_complete
- first_action (whatever that is for your product)
- purchase or upgrade
Step 2: Build the Funnel Exploration
GA4’s Funnel Exploration shows the exact percentage of users who move from one step to the next — and where they fall off. Set it up once and it updates automatically.
- Go to Explore > Funnel Exploration
- Include your events as steps
- Set the funnel to “open” (users don’t have to start at step 1)
- Apply date range
GA4 shows you drop-off rates between each step.
Interpreting the Numbers
When you see a big drop-off (e.g., 70% of signups never complete onboarding), ask:
- Is this step too hard? – Complexity, time required, confusion
- Is this step unnecessary? – Maybe skip it entirely
- Are the wrong people getting here? – Qualification issue, not onboarding issue
- Is something broken? – Technical bugs, mobile issues
Segmenting to Find Patterns
Don’t just look at overall numbers. Segment by:
- Traffic source: Do paid users convert differently than organic?
- Device: Is mobile onboarding broken?
- Geography: Regional payment issues?
- Time to convert: Are quick converters more likely to stick?
Patterns reveal causes. “Mobile users drop off noticeably more at step 3” tells you where to look.
Beyond Analytics: Qualitative Research
Analytics tell you where people drop off. They don’t tell you why. A 40% drop-off at checkout could be confusing UI, unexpected shipping costs, or a broken mobile layout. You need qualitative data to tell the difference.
- Session recordings: Hotjar, FullStory, LogRocket – Watch users struggle
- Exit surveys: “What stopped you from completing signup?” popup on exit
- User interviews: Talk to people who dropped off. Ask what happened.
- Support tickets: What questions are people asking during onboarding?
Common Drop-Off Causes
Before digging into your own data, check for these patterns first. They account for the majority of funnel leaks:
- Onboarding too long: More than 3-4 steps and people bail
- Asking for too much upfront: Don’t require credit card before showing value
- Unclear next steps: User doesn’t know what to do after signup
- Technical friction: Slow load times, mobile bugs, browser issues
- Wrong audience: They signed up for something they didn’t actually need
Related: Once you know where people drop off, see our guide on measuring marketing ROI to understand if fixing it is worth the investment.
Sources
Conversion Funnel Questions Answered
What is a good conversion funnel drop-off rate?
Expect 20-40% drop-off between each funnel stage. If any single step loses more than 50% of visitors, that stage has a specific usability or messaging problem worth investigating immediately.
How many funnel stages should I track?
Track 3-5 key stages maximum. Common B2B funnels: landing page → lead form → qualification → demo → close. E-commerce: product view → add to cart → checkout start → purchase. More stages create noise without actionable insight.
Why is my funnel showing zero conversions in GA4?
GA4 funnels require custom events to be configured and firing before data appears. Check your GTM tags are published, events show in GA4 DebugView, and you’ve waited 24-48 hours for processing. Funnel reports only populate with data collected after setup.
Should I use open or closed funnels in GA4?
Use closed funnels when users must follow a specific sequence (checkout flows). Use open funnels when users can enter at any stage (content marketing journeys). Closed funnels give stricter drop-off data; open funnels show broader behavior patterns.
✓ Confirming Your Funnel Is Tracking
- You’ve mapped each step in your funnel
- You know the drop-off rate at each step
- You’ve identified your biggest leak to fix first