Hi,I need to collect product data by a data layer, I have an array of
products, something like:digitalData = { "transaction": { "item": [{
"productInfo": { "productName": "My Product" } }] }}; Even if for Adobe
Analytics Product String extension I see: "Use bracket notation to
denote any object in the variable that is an array ( i.e.
myDataLayer.thisIsAnArray[n].productID )", it seems not work.Someone has
a solution or experience about this?Also, for a simple data element, can
I read an array wi...