简体   繁体   中英

Product-scoped custom dimensions in GA4

Is it currently possible to add custom dimensions at the product level in GA4, so that they can be used for reporting?

For instance if I send data that looks like this:

event: 'purchase',
value: 500,
items: [
{
  item_id: 12345,
  item_name: "New Book",
  item_author: "John Smith"
}
]

Is there any way to configure GA4 so that I can see the item_author field in product reports? I've seen as late as October 2021 that there is no support for this, but wondered if this had changed, or if Google had published any info as to whether this WILL happen and if so WHEN it will happen?

It is not currently possible. GA4 is still inferior to GA UA in many ways. Product scope dimensions are on the roadmap.

There are a few workarounds we're using like using product categories to store product dimensions. Read this for more: Can I add custom parameters to 'items' in GA4?

//to moderators: please keep this story even if it looks like a duplicate. It gives a good and searchable title to a popular question.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM