Item brand dimension
The item brand dimension groups products by their brand in e-commerce reports. GA4 reads it from the item_brand parameter on the items array. This page explains how it is populated, how it differs from device brand, and why marketplaces with many brands must tag it carefully.
What this means
The item brand dimension reports the manufacturer or label of each product — Nike, Sony, a private label — drawn from the item_brand parameter on the items array of GA4 commerce events. It enables brand-level rollups of revenue, views, and cart activity.
Like other item fields it is populated entirely by your data layer: GA4 stores whatever string you send, so the quality of brand reporting is a function of how disciplined your product feed is.
- Read from item_brand on the items array
- Enables brand-level commerce rollups
- Entirely data-layer driven
Item brand vs device brand
Do not confuse item brand with the device brand dimension. Device brand describes the hardware a visitor used (Apple, Samsung); item brand describes a product in your catalog. They live in different parts of the data model — device context versus commerce items — and answer different questions.
For marketplaces and multi-brand retailers, consistent brand tagging is critical: a brand spelled three ways becomes three rows, and an untagged brand silently drops out of comparisons. Normalise brand names in the feed before they reach the items array.
- Device brand = hardware; item brand = product
- They sit in different parts of the data model
- Normalise brand names in the product feed
How it appears in analytics and logs
An item brand value reflects the item_brand your data layer sent. Empty brand values mean the field was omitted for those products, not that the products are brandless.
Diagnostic use case
Compare sales and engagement across the brands you carry to inform merchandising, vendor negotiations, and brand-level promotions.
What WebmasterID can help detect
WebmasterID records commerce event parameters first-party, so brand-level merchandising analysis survives without cross-site tracking when your items array is tagged.
Common mistakes
- Confusing item brand with device brand.
- Sending the same brand under multiple spellings.
- Leaving item_brand empty and reading it as 'no brand'.
Privacy and accuracy notes
Item brand describes a product's manufacturer, not a visitor. It is commerce metadata with no inherent personal data.
Related pages
- Item category dimension
The item category dimension groups products in e-commerce reports — Apparel, Electronics, and so on. GA4 reads it from item_category (through item_category5) on the items array of commerce events. This page explains the category hierarchy, how it is populated, and why inconsistent tagging fragments reports.
- Item variant dimension
The item variant dimension separates variations of the same product — a shirt's size or color. GA4 reads it from the item_variant parameter on the items array. This page explains how variants relate to item ID and name, and why mixing variant axes into one field undermines analysis.
- Device brand dimension
The device brand dimension reports the manufacturer of the device behind a visit — Apple, Samsung, Google, and so on. It is the broader sibling of device model and is inferred from user-agent or client hints on the web, or read by the SDK in apps. This page explains derivation and where brand inference goes wrong.
- Events documentation
Tag item_brand consistently in the items array.
Sources and verification notes
- developers.google.com — GA4 ecommerce item parametersDocuments item_brand on the items array.
- developers.google.com — GA4 Measurement: item parametersReference for item_brand in commerce events.
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.