WebmasterID logoWebmasterID
Event tracking

E-commerce events: the funnel before purchase

E-commerce events are a recommended set that model the shopping funnel before and around purchase: view_item, add_to_cart, begin_checkout, add_payment_info, and purchase. Each shares a common items array, so the same product schema flows through the journey. Implemented consistently, they let you see where buyers drop off — and they carry product data, never buyer identity.

Verified against primary sources

What this means

GA4 defines a recommended e-commerce event set that mirrors the buying journey: view_item_list, view_item, add_to_cart, begin_checkout, add_payment_info, add_shipping_info, and purchase. Each takes an items array with item_id, item_name, price, and quantity — the same product schema reused at every step so a product can be traced through the funnel.

Building a funnel

Because the events share an item schema and fire in journey order, you can build a funnel: how many viewed an item, added it, began checkout, and bought. The drop-off between steps is where the money leaks. Consistency is everything — if item_id differs between add_to_cart and purchase, the steps will not join, and the funnel will look broken when the tracking is the only thing broken.

How it appears in analytics and logs

Missing or inconsistent e-commerce events break the funnel: if add_to_cart lacks the same item schema as purchase, product-level drop-off cannot be computed across steps.

Diagnostic use case

Model the shopping funnel with a consistent set of e-commerce events so you can find the step where buyers drop off, using product data only.

What WebmasterID can help detect

WebmasterID records funnel events first-party with product and value parameters and no shopper PII, so checkout drop-off analysis stays accurate and privacy-safe.

Common mistakes

Privacy and accuracy notes

E-commerce events describe products and cart actions, not the shopper. Keep item and value data; keep names, emails, and addresses out. This is educational, not legal advice.

Related pages

Sources and verification notes

Last reviewed 2026-06-24. Facts are checked against primary/official sources where available; uncertain specifics are marked “Data not yet verified” rather than guessed.