I just read Custom Variables Analytics - Analytics Platform - Matomo but no about this features
I want to use custom var like this
_paq.push([‘addEcommerceItem’,
'9780786706211', // SKU
'Iphone 5S', // Product name
'Electronic', // Product category.
600, // Product price
1 // Product quantity
‘Mobile’, // Sub Category 1
’Ios Device’ // Sub Category 2
’USD’ // Currency
]);
See the bold text, I want to add this var in each item. But no feature supported.
Thank you.