WebmasterID logoWebmasterID
Event tracking

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.

Verified against primary sources

What this means

view_item is one of GA4's recommended retail/e-commerce events. You send it when a product detail page renders, populating the `items` array with the product's id, name, and price, and setting `currency` and `value`. GA4 uses it to power item-scoped reports and shopping-funnel exploration.

It marks genuine product interest — a deeper signal than a list impression, because the visitor chose to look at this specific item.

Where it fits in the funnel

The recommended retail funnel runs view_item_list, then view_item, then add_to_cart, begin_checkout, and purchase. Comparing view_item counts to add_to_cart for the same product reveals whether a product page persuades. Always pass currency alongside value, or GA4 may not process the monetary figure correctly.

How it appears in analytics and logs

A view_item event means a specific product's detail page was seen. High views with few add-to-cart events for the same item suggest the product page is not converting interest into intent.

Diagnostic use case

Measure which products get viewed so you can build a funnel from product views through add-to-cart to purchase and spot drop-off per item.

What WebmasterID can help detect

WebmasterID can record product-view events first-party with item context, so you build product funnels without third-party e-commerce tags.

Common mistakes

Privacy and accuracy notes

view_item describes a product, not a person. The items array is catalogue data; keep customer identifiers out of the event payload.

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.