惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Hugging Face - Blog
Hugging Face - Blog
Vercel News
Vercel News
C
Check Point Blog
G
Google Developers Blog
博客园 - 司徒正美
量子位
Engineering at Meta
Engineering at Meta
S
SegmentFault 最新的问题
Google DeepMind News
Google DeepMind News
F
Fortinet All Blogs
A
About on SuperTechFans
美团技术团队
D
DataBreaches.Net
Stack Overflow Blog
Stack Overflow Blog
Jina AI
Jina AI
Y
Y Combinator Blog
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Apple Machine Learning Research
Apple Machine Learning Research
J
Java Code Geeks
MongoDB | Blog
MongoDB | Blog
人人都是产品经理
人人都是产品经理
H
Hackread – Cybersecurity News, Data Breaches, AI and More
The Cloudflare Blog
U
Unit 42

DEV Community

Authentication Security Deep Dive: From Brute Force to Salted Hashing (With Java Examples) Why AI Systems Don’t Fail — They Drift Spilling beans for how i learn for exam😁"Reinforcement Learning Cheat Sheet" I Replaced Chrome with Safari for AI Browser Automation. Here's What Broke (and What Finally Worked) How Python Borrows Other People's Work The $40 Architecture: Processing 1 Billion API Requests with 99.99% Uptime Vibe Coding: A Workflow Guide (From Zero to SaaS) Most webhook security guides protect the wrong side. The scary part is delivery. Headless CMS for TanStack Start: Build a Blog with Cosmic EU Age Verification App "Hacked in 2 Minutes" — What Actually Happened Comfy Cloud’s delete function does not actually remove files Running AI Models on GPU Cloud Servers: A Beginner Guide Event-driven media intelligence with AWS Step Functions and Bedrock I scored 500 AI prompts across 8 quality dimensions — here's what broke How to Call Google Gemini API from Next.js (Free Tier, No Backend Needed) The Portal Protocol: Reclaiming Human Connection in the Age of AI How to Fix Your Team's Scattered Knowledge Problem With a Self-Hosted Forum Intro to tc Cloud Functors: A Graph-First Mental Model for the Modern Cloud Designing Multi-Tenant Backends With Both Ownership and Team Access I Built a Neumorphic CSS Library with 77+ Components — Here's What I Learned PostgreSQL Performance Optimization: Why Connection Pooling Is Critical at Scale Cómo construí un SaaS multi-rubro para gestionar expensas en Argentina con FastAPI + Vue 3 🚀 I Built an Ethical Hacking Scanner Tool – Open Source Project I Replaced /usage and /context in Claude Code With a Single Statusline A Pythonic Way to Handle Emails (IMAP/SMTP) with Auto-Discovery and AI-Ready Design I Collected 8.9 Million Polymarket Price Points — Here's What I Found About How Markets Really Move EcoTrack AI — Carbon Footprint Tracker & Dashboard Everyone's Using AI. No One Agrees How. 5 self-hosted ebook managers worth trying in 2026 Building Your First AI Agent with LangChain: From Chatbot to Autonomous Assistant
You Set Up GA4 E-commerce — But Can't Find the Drop-off P...
toshihiro sh · 2026-05-13 · via DEV Community

"GA4 ecommerce events are firing — but I still can't tell where customers are dropping off."

This is the most frequent question I hear from EC operators who finished setup but stalled before turning numbers into fixes. Setup is done; reading the numbers as fix-driving signals is not.

This article walks through how to visualize drop-offs from view to purchase stage-by-stage in GA4, and how to pick the right action — in a three-layer structure of setup HOW, interpretation WHY, and improvement ACTION.

TL;DR

  • Build the funnel in 5 stages: view → add-to-cart → checkout start → payment info → purchase. Stage-level drop-off makes the leaking step obvious
  • Read numbers in two axes: industry comparison + stage comparison. Compare against industry-typical rates, not absolute values. The biggest stage-to-stage gap is where to focus
  • Match the action to the stage: view→cart is a landing page issue, cart→checkout is shipping/stock, checkout→purchase is form length / payment options. Wrong stage targeting wastes campaign spend

1. What a 5-stage funnel looks like

EC funnel analysis is a method to visualize the drop-off path to purchase. With GA4's standard e-commerce events, you can observe all five stages with zero additional implementation.

GA4 EC funnel 5-stage structure

The five stages are view_item → add_to_cart → begin_checkout → add_payment_info → purchase. Calculating the pass-through rate at each step decomposes site-wide CVR into stage-level drop-off.

If your site CVR is 1.5% with a view→cart rate of 8% and a cart→purchase rate of 18%, the biggest leak is at the very first stage. Looking at CVR alone, you only see "low overall" and your fixes scatter — but splitting by stage tells you exactly where to focus.

2. The 5-step GA4 setup

If your GA4 ecommerce setup is done, building the funnel takes about five minutes in the exploration report.

GA4 funnel report — 5 setup steps

Step 1 — Verify view_item, add_to_cart, begin_checkout, and purchase fire in the GA4 "Realtime" report. Shopify default integration fires automatically; custom themes sometimes miss events.

Step 2-3 — Create a new exploration via "Explore" → "+" → "Funnel exploration." Build from a blank canvas. For each step, set "event name = view_item" etc. and choose "continue indirectly" so drop-off across multiple sessions is captured. EC behavior frequently spans sessions, so indirect continuation is the standard choice.

Step 4-5 — Add segments for new/returning, device, and channel. The standard period is last 28 days vs. prior 28 days. Use the "Share" button to make the funnel visible to your team for weekly review cadence.

3. Reading the numbers — industry typical values

Pass-through rates vary widely by industry. Read against industry-typical values, not against absolute thresholds.

Funnel pass-through by industry — apparel / food / cosmetics / general goods

Apparel typically shows a view→cart rate of 5-8%, which is low but not abnormal — browsing behavior is high. Food EC, by contrast, is 12-18% because visits are driven by immediate need.

Before deciding "our 6% view→cart rate means we need to fix the landing page," check the industry-typical value first. A 5-8% range may mean status quo is fine. Significant improvement potential exists only at stages clearly below typical.

4. Stage-by-stage actions

Once you've identified the abnormal stage, separate actions by stage. Wrong-stage targeting wastes campaign spend, so mapping cause to action sets the priority.

Stage-by-stage action map — view→cart / cart→checkout / checkout→purchase

view→cart drops point to product page appeal: photo quality, pricing visibility, review count, stock display. Landing-page changes move the numbers quickly here.

cart→checkout drops point to shipping, stock-out, or forced signup. Adjusting free-shipping thresholds and adding guest checkout are standard fixes.

checkout→purchase drops point to form length and payment options. Trimming form fields and adding Apple Pay / Amazon Pay are usually effective.

Wrapping up

Once you see "which stage is leaking," the next layer is which channel cohort is leaking at that stage. Compare channel-level (paid search / paid social / organic / direct) funnel pass-through in GA4 segments, identify the inefficient channel, and judge ad spend efficiency with ROAS.

Funnel analysis answers "where is revenue leaking?" — it pairs with RPS (revenue per session) and channel-level ROAS to answer "where to invest budget?"


What about you? Which stage of the funnel typically leaks most for your store? Do you read drop-off rates against industry typical, or against a target you set internally? Curious to hear how others approach the read.