Capture all Array data in event
For capturing data that is set in Array in JS data layer and match that with the product information of my orders I need to write a custom code. But I can't figure out what custom code I can use.
In analytics I want to make a breack-down per order to see which products are in the order and also can see the total price of the order and the price per product.
In order.info.deposit you see the nett price per product, with that information I want to measure the total nett price of the order. Now he is only capturing the first number/currency.


Hope someone can help me out.