Closed aawnu closed 10 months ago
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:
{ "items": [ { "index": 0, "item_brand": "Google", "item_category": "Apparel", "item_category2": "Adult", "item_category3": "Shirts", //... }
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: