GA4 Item Scoped Dimensions Explained

The GA4 Item scoped dimensions are used to capture detailed information about individual products or services within e-commerce events

There are two categories of GA4 item scoped dimensions:

#1 GA4 Built-in item scoped dimensions – These are ready-to-use dimensions available in the GA4 reporting interface or data API.

#2 GA4 custom item scoped dimensions – These are user-defined item-scoped dimensions.

GA4 Built-in item scoped dimensions

The following table provides a brief description of the various GA4 Built-in item scoped dimensions:

GA4 Built-in item scoped dimensionsDescription
Item affiliationDesignates the company or store location supplying the product.
Item brandThe brand name of the item.
Item categoryThe primary category in which the item is classified.
Item category 2The second level category for the item.
Item category 3The third level category for the item.
Item category 4The fourth level category for the item.
Item category 5The fifth level category for the item.
Item couponThe coupon code or name associated with the item.
Item IDThe unique identifier you assign to an item.
Item list IDThe identifier of the list where the item was shown to the user.
Item list nameThe name of the list where the item was shown to the user.
Item list positionThe item’s position within a list.
Item location IDThe identifier for the location of an item or promotion.
Item nameThe name of the item.
Item promotion creative nameThe name of the creative element used in a promotion.
Item promotion creative slotThe slot name of the promotional creative associated with an event.
Item promotion IDThe identifier of the promotion associated with an event.
Item promotion nameThe name of the promotion associated with an event.
Item variantThe version or variation of the product or service, such as color, size, or style.
Local item priceThe price of the item in the specified currency.
Get weekly practical tips on GA4 and/or BigQuery to accurately track and read your analytics data.

 

GA4 custom item scoped dimensions

The custom item scoped dimensions are user-defined dimensions.

GA4 custom item scoped dimensions
new custom dimension item scope

If a built-in item scoped dimension does not capture any product-specific detail relevant to your business, create its corresponding custom item scoped dimension.

Following is an example to illustrate the point:

Let us suppose you sell handmade furniture. 

While the built-in “Item category” dimension might capture “Tables,” it wouldn’t tell you the specific type (coffee table, dining table, etc.).

You can create a custom item-scoped dimension named “furniture_type” to capture details like “Coffee Table” or “Dining Table” for each furniture item.

How to identify item-scoped dimensions in GA4?

Unlike session-scoped dimensions, which are prefixed with “session” (e.g., “session source/medium”), item-scoped dimensions do not have a specific prefix. 

Instead, they are identified by their inclusion within the items array in e-commerce events.

You may come across the following built-in item-scoped dimensions in your GA4 property:

built in item scoped dimensions in your GA4 property

You may assume that the built-in item-scoped dimensions that I listed use a prefix because they have ‘Item’ in their names, but they are not prefixes. It’s just the dimension name.

The entire name itself signifies the item-related nature of the data.

Item-scoped custom dimensions must be included within the items array of ecommerce events in GA4. 

This array serves as a container specifically for item-level data associated with the event.

Following is an example of how to include an item-scoped custom dimension in the items array:

Let’s assume you want to track a custom dimension called ‘product_color’ for each item in your e-commerce events. 

Here’s how you can do it in the context of a ‘purchase’ event using the data layer push method.

window.dataLayer = window.dataLayer || [];

window.dataLayer.push({

  event: ‘purchase’,

  ecommerce: {

    transaction_id: ‘T12345’,

    affiliation: ‘Online Store’,

    value: 59.99,

    currency: ‘USD’,

    tax: 5.00,

    shipping: 7.00,

    items: [

      {

        item_id: ‘P12345’,

        item_name: ‘Product 1’,

        item_category: ‘Category A’,

        item_variant: ‘Variant 1’,

        product_color: ‘Red’, // Custom dimension

        price: 29.99,

        quantity: 1

      },

      {

        item_id: ‘P67890’,

        item_name: ‘Product 2’,

        item_category: ‘Category B’,

        item_variant: ‘Variant 2’,

        product_color: ‘Blue’, // Custom dimension

        price: 30.00,

        quantity: 1

      }

    ]

  }

});

Here, the custom dimension ‘product_color’ is added to each item in the items array.

The Data Layer Push method ensures that the data is pushed to the data layer, which Google Tag Manager can then use to send the information to GA4.

My best selling books on Digital Analytics and Conversion Optimization

Maths and Stats for Web Analytics and Conversion Optimization
This expert guide will teach you how to leverage the knowledge of maths and statistics in order to accurately interpret data and take actions, which can quickly improve the bottom-line of your online business.

Master the Essentials of Email Marketing Analytics
This book focuses solely on the ‘analytics’ that power your email marketing optimization program and will help you dramatically reduce your cost per acquisition and increase marketing ROI by tracking the performance of the various KPIs and metrics used for email marketing.

Attribution Modelling in Google Analytics and BeyondSECOND EDITION OUT NOW!
Attribution modelling is the process of determining the most effective marketing channels for investment. This book has been written to help you implement attribution modelling. It will teach you how to leverage the knowledge of attribution modelling in order to allocate marketing budget and understand buying behaviour.

Attribution Modelling in Google Ads and Facebook
This book has been written to help you implement attribution modelling in Google Ads (Google AdWords) and Facebook. It will teach you, how to leverage the knowledge of attribution modelling in order to understand the customer purchasing journey and determine the most effective marketing channels for investment.

About the Author

Himanshu Sharma

  • Founder, OptimizeSmart.com
  • Over 15 years of experience in digital analytics and marketing
  • Author of four best-selling books on digital analytics and conversion optimization
  • Nominated for Digital Analytics Association Awards for Excellence
  • Runs one of the most popular blogs in the world on digital analytics
  • Consultant to countless small and big businesses over the decade