GA4 Path Exploration: The Reports You Already Have but Never Open
Last month I audited a B2B SaaS company spending EUR 11,000 per month on Google Ads. They had three Looker Studio dashboards, a weekly stand-up driven by the Traffic Acquisition report, and a monthly board deck pulled from the Monetization overview. When I asked how users actually move through the site -- which pages lead to demo requests, where people drop off, what the real path-to-conversion looks like -- nobody had an answer. Not because the data was missing. Because they had never opened GA4 Explorations.
This is the pattern I see in roughly seven out of ten audits. The standard GA4 reports cover acquisition, engagement, and monetization at a high level. But the moment you need to ask "what happens between the landing page and the conversion?" you need the Explore tab. And most teams either do not know it exists or opened it once, got overwhelmed by the blank canvas, and went back to the pre-built reports.
GA4 explorations are where the real analysis lives. This post walks through the three exploration types that answer the questions standard reports cannot: funnel explorations, path explorations, and reverse path explorations. I will show you how to build each one, what they actually reveal, and where they break.
Why Standard GA4 Reports Are Not Enough
GA4 ships with around 30 pre-built reports organized into Life Cycle and User collections. They tell you sessions are up, conversions are down, organic grew 12 percent. They do not tell you which checkout step causes the most drop-off, what users do after viewing pricing, or where people go when they do not convert.
Those questions require sequential, user-level analysis. The Explore tab gives you access to seven techniques, but three do the heavy lifting: Funnel Exploration, Path Exploration, and a reverse path variation I will cover in detail.
One caveat: if your GA4 data itself is unreliable -- duplicate events, broken consent, missing parameters -- no exploration will save you. I cover the foundational checks in my GA4 tracking audit checklist, and if you want someone to run through the full list, that is exactly what my tracking audit covers.
Funnel Exploration in GA4: See Where Users Drop Off
A funnel exploration in GA4 lets you define a sequence of steps and measure how many users complete each one. Unlike Universal Analytics goals, GA4 funnel explorations support up to ten steps, are built on the fly, and let you compare segments side by side.
How to build one
- Open Explore and select the Funnel exploration template.
- Add steps. Each step is an event or a condition (e.g.,
page_viewwherepage_locationcontains/pricing). - Set the step as "directly followed by" (closed funnel) or "followed by" (open funnel). A closed funnel only counts users who hit Step 2 immediately after Step 1 with no events in between. An open funnel counts anyone who eventually reached Step 2.
- Apply segments to compare paid vs organic, mobile vs desktop, or any custom segment.
- Toggle "Show elapsed time" to see how long users take between steps.
What to look for
The completion rate between steps is the headline number, but the real value is in the breakdown dimension. Drag Device category, First user medium, or Landing page into the Breakdown slot to see which segments convert and which stall.
Common GA4 funnel exploration mistakes
| Mistake | What happens | Fix |
|---|---|---|
| Using "directly followed by" when you mean "eventually followed by" | Funnel shows near-zero completion because any intermediate event breaks the chain | Switch to open funnel steps |
| Defining steps with page_view only | Every page_view matches, steps become meaningless | Add conditions: page_location contains /pricing |
| Ignoring the date range | GA4 defaults to the last 28 days, which may not cover a full sales cycle | Extend to 90 days for B2B |
| Not applying segments | You see a blended average that hides the real pattern | Segment by source, device, or campaign |
If you are running Google Ads and want to feed funnel insights back into bidding, the connection between GA4 funnel data and your conversion tracking setup is critical. A funnel that looks healthy in GA4 but is built on miscounted key events will mislead you in both directions.
GA4 Path Exploration: What Users Actually Do on Your Site
Where funnels test a hypothesis ("do users follow this sequence?"), a ga4 path exploration answers an open-ended question: "what do users do starting from this page or event?" It visualizes the flow of events or pages as a branching tree, showing you the most common paths users take.
Setting up a path exploration report in GA4
- Open Explore and select the Path exploration template.
- Choose your starting point. Click the Starting point node and select either an event name (e.g.,
session_start) or a page title / screen name. - GA4 populates the next steps automatically, showing the most common events or pages users navigated to after your starting point.
- Click any node to expand it and see the subsequent steps. You can expand up to five levels deep.
- In the Tab Settings panel, switch the node type between "Event name" and "Page title and screen name" depending on whether you want to see events or page-level navigation.
Reading the tree
Branch thickness represents volume. What I look for first: the ratio between the starting-point node and the nodes one step later. If 4,000 users land on your homepage but only 300 reach the pricing page next, you have either a navigation problem or a content-relevance problem. The ga4 path exploration will not tell you why -- but it shows you exactly where to investigate.
Practical example
A DTC brand I worked with last quarter had a product listing page receiving 12,000 monthly sessions. Their assumption was that users went from listing to product detail page to add-to-cart. The path exploration told a different story: 38 percent of users went from the listing page to site search, not to a product page. The listing page was not converting -- it was a search prompt. That insight reshaped their UX roadmap.
GA4 Reverse Path Exploration: Work Backward from the Conversion
This is the technique I use most in audits, and it is the one least teams know about. A ga4 reverse path exploration starts from an ending point -- typically your conversion event -- and works backward to show what users did before converting.
How to build it
- Open a Path exploration in the Explore tab.
- Instead of setting a Starting point, click Ending point.
- Select your conversion event (e.g.,
generate_lead,purchase, or a custom event likedemo_request). - GA4 reverses the tree, showing what happened one step, two steps, three steps before the conversion.
This flips the analytical question from "where do users go?" to "where did converters come from?" Forward paths show you the average user. Reverse paths show you the converting user. When the two do not match -- and they almost never do -- you learn which pages actually drive revenue.
What reverse paths reveal
In a recent engagement, a B2B company selling compliance software saw that 60 percent of demo requests came from users who visited the blog, then case studies, then the demo form. Their paid campaigns sent traffic directly to the demo page. The reverse path exploration showed the direct-to-demo path converted under 4 percent; the blog-to-case-study-to-demo path converted at 11 percent. The media strategy changed that week.
This kind of insight is invisible in standard reports. The only way to see it is by working backward from the event that matters.
GA4 Explorations: Limits and Workarounds
GA4 explorations are powerful but come with constraints worth knowing before you build a dozen reports.
Sampling. Explorations sample data when query volume exceeds the property's thresholds. Standard properties begin sampling at 10 million events per query. A green shield icon means unsampled; yellow means sampled. Narrow the date range or reduce dimensions to stay below the threshold.
Data retention. Explorations respect your data retention setting, which defaults to 2 months. Extend it to 14 months under Admin > Data Settings > Data Retention. If you skip this, your explorations cannot look back further than two months -- a problem for any B2B sales cycle.
Cardinality. When a dimension has too many unique values, GA4 rolls low-volume entries into "(other)." If your path exploration shows "(other)" as the top node, switch from Page path to Page title or apply a narrowing segment.
Sharing. Explorations are user-scoped by default. Click the three-dot menu and select "Share" to make them available to colleagues.
If you hit the sampling wall regularly or need to go beyond 14 months of data, the GA4 BigQuery export is the escape hatch. It gives you raw, unsampled event data with no retention limit, and you can replicate any exploration logic in SQL.
When to Use Which Exploration
| Question you are asking | Exploration type | Starting or ending point |
|---|---|---|
| Where do users drop off in a defined sequence? | Funnel exploration | Define steps in order |
| What do users do after landing on page X? | Path exploration | Starting point = page X |
| What did converting users do before converting? | Reverse path exploration | Ending point = conversion event |
| Which traffic segments convert best through the funnel? | Funnel exploration with segments | Add segment comparisons |
| Which content pages drive the most conversions? | Reverse path exploration | Ending point = conversion event, look for content pages in the backward steps |
For most of my clients, a funnel exploration for the primary conversion flow plus a reverse path exploration from the key conversion event covers 80 percent of the questions standard reports cannot answer.
Building GA4 Explorations into a Measurement Workflow
Explorations are investigative tools, not dashboards. The mistake I see most often is teams trying to use them as a reporting layer -- checking weekly, exporting CSVs, pasting into slide decks. That does not scale.
Instead, use explorations to diagnose, then build the insight into your reporting stack:
- Diagnose with an exploration. Run a funnel or path exploration to identify the problem.
- Validate with a segment. Create a GA4 segment based on what you found and apply it to standard reports to confirm the pattern at scale.
- Report in Looker Studio. Build the metric that matters into a Looker Studio dashboard that updates automatically. Explorations are manual; dashboards are persistent.
- Act on the insight. Change the landing page, adjust the creative, restructure the navigation. The exploration did its job once it told you what to fix.
GA4 explorations sit between "the numbers look wrong" and "here is exactly what is happening." The fact that they are buried behind a tab most teams ignore does not make them optional. It makes them an advantage for the teams that use them.
FAQ
What is a GA4 path exploration?
A GA4 path exploration is an analysis technique inside the Explore tab that visualizes the sequence of pages or events users navigate through on your site. You set a starting point (or ending point for reverse paths) and GA4 displays the most common paths as a branching tree, showing volume at each step.
How is a funnel exploration different from a path exploration in GA4?
A funnel exploration tests a specific sequence you define and measures completion rates between steps. A path exploration is open-ended and shows you what users actually did without a predefined sequence. Use funnels when you have a hypothesis about user flow and paths when you want to discover the flow.
Can I create a reverse path exploration in GA4?
Yes. Open a path exploration and set an ending point instead of a starting point. GA4 will display the pages and events users interacted with before reaching that endpoint. This is especially useful for understanding which content or navigation sequences lead to conversions.
Why do my GA4 explorations show sampled data?
GA4 explorations sample data when the number of events in your query exceeds the property threshold, which is 10 million events for standard properties. Narrowing the date range, reducing dimensions, or exporting raw data to BigQuery are the most effective ways to avoid sampling.
How long does GA4 retain data for explorations?
By default, GA4 standard properties retain user-level data for 2 months. You can extend this to 14 months in Admin under Data Settings and Data Retention. After the retention period, user-level data used by explorations is deleted and cannot be recovered.
Not sure your GA4 data is trustworthy enough to base decisions on? Book a tracking audit -- I will tell you exactly where the gaps are and how to fix them.