HomeGlossary › Item-Scoped Parameters
E-commerce & Monetisation

Item-Scoped Parameters

In GA4, item-scoped parameters are the product-level details — item_id, item_name, price, quantity, item_category — attached to the items array inside e-commerce events. They describe exactly which products were viewed, added, or bought, rather than just that an event happened.

Why it matters

Event-scoped data tells you a purchase occurred. Item-scoped data tells you what was in it. That distinction is what lets you answer the questions that actually drive a small store: which products sell, which get added to carts but abandoned, which categories carry the revenue. Without item-scoped parameters, every order is a black box worth a dollar amount and nothing more.

A concrete example

Say a small store wants to know why revenue is flat despite steady orders. Item-scoped data in the purchase event reveals that one bestselling product now makes up 80% of items sold, while higher-margin lines have quietly stopped moving. The order count looks fine; the item mix is the problem. Only product-level parameters surface that.

The common misreading

The mistake is assuming product reports populate themselves. If the items array isn't sent with each event — a common gap in DIY setups — GA4 records the revenue but leaves item reports empty or partial. An owner then concludes "GA4 can't show me product data," when really the data was never passed in. Check that items are populated before trusting the product reports.

WebSignalytics reads your product-level data and tells you which items are quietly driving — or draining — your revenue, without you building a single custom report. No dashboards, no logging in.

See how it works