Hello guys,I'm currently using Launch for sending data to Adobe
Analytics, no surprise here.I'm wondering if possible to send multiple
times data information depending on how many products available in my
basket.Let's consider the following datalayer structure:....booking:
{orderId: "123456",totalPrice: "250.00",items: { quantity: "3",
unitPrice: "50.00", itemPrice: "150.00", itemID: "Item1" ... }, {
quantity: "1", unitPrice: "100.00", itemPrice: "100.00", itemID: "Item2"
... }}...I already have...