You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Item_category is currently grouped in an array but is supposed to be sent to Google Analytics as individual lines appended by index number like:
```json
items: [
{
index: 0,
item_brand: "Google",
item_category: "Apparel",
item_category2: "Adult",
item_category3: "Shirts",
//...
```
- https://developers.google.com/analytics/devguides/collection/ga4/item-scoped-ecommerce
0 commit comments