Cart-to-detail rate
Cart-to-detail rate divides the number of add-to-cart events by the number of product-detail-page views for the same items. By anchoring the denominator to product views rather than sessions, it measures how effectively a product page converts an interested viewer into a cart add, independent of how much general traffic the store receives. GA4's ecommerce engagement reporting exposes this ratio.
What this means
Cart-to-detail rate is add_to_cart events divided by view_item (product-detail) events. GA4 surfaces it in ecommerce engagement reporting as a product-level efficiency measure. Because the denominator is product views rather than sessions, the rate normalizes for traffic: a niche product with few but highly qualified viewers can show a strong cart-to-detail rate even with low absolute volume.
Reading it correctly
The rate isolates the product page from the rest of the funnel. It does not tell you whether carts convert to purchases — that is the checkout completion and purchase rate's job. Used together, cart-to-detail rate, checkout completion rate, and purchase rate decompose the e-commerce funnel into stages you can fix independently.
Because it is product-scoped, aggregate the numerator and denominator over the same item set; mixing products inflates or deflates the ratio in misleading ways.
- Numerator: add_to_cart events
- Denominator: product-detail (view_item) views
- Normalizes for traffic volume across products
How it appears in analytics and logs
A low cart-to-detail rate on a page with healthy views points to the product page itself — price, photos, stock, reviews, or description — rather than to traffic or checkout. A high rate with few views points to a discovery problem upstream.
Diagnostic use case
Compare how well individual product pages turn viewers into cart adds, holding traffic volume constant, to prioritize merchandising and product-page fixes.
What WebmasterID can help detect
WebmasterID records view_item and add_to_cart events first-party, so both sides of the ratio are measured without third-party cookies and bot views are filtered from the base.
Common mistakes
- Mixing products in numerator and denominator.
- Confusing it with add-to-cart-per-session.
- Reading it as a purchase signal.
Privacy and accuracy notes
It is a ratio of two aggregate event counts. No personal identifiers are required to compute it.
Related pages
- Add-to-cart rate
Add-to-cart rate measures how often shopping activity leads to an item being added to the cart. Depending on the denominator it can be add-to-carts per session, per user, or per product-detail view (cart-to-detail rate). GA4 exposes related ratios in its ecommerce reports. The metric is an early funnel signal that sits well before purchase, so it must be read alongside checkout and purchase steps.
- Purchase rate
Purchase rate measures how often shopping activity ends in a purchase, computed as purchase events divided by a base such as sessions or active users. Unlike checkout completion rate, which is scoped to started checkouts, purchase rate spans the whole journey from arrival to order. Its meaning depends on the denominator, so the base must be stated for the number to be comparable.
- The view_item e-commerce event
view_item is a GA4 recommended e-commerce event that fires when a visitor views a product's detail page. It carries an items array describing the product (id, name, price) plus currency and value. It sits early in the purchase funnel — between browsing a list and adding to cart — and is the foundation for product-level engagement and conversion analysis.
- Event Explorer
Compare view_item and add_to_cart by product.
Sources and verification notes
- Google — GA4 ecommerce reports and product metricsCart-to-view ratios appear in ecommerce engagement reporting.
- Google — GA4 view_item recommended event
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.