Closed astorm closed 10 years ago
Magento products can be a member of more than one category — how should this be represented when sending product JSON in a track call?
That is — most code samples show something like this
{... 'category':'Category Name'} ...
However, if a product has more than one category, it's not clear what to send.
I think we could just go with categories in that case.
categories
Changed to categories from the category_names I'm using.
Magento products can be a member of more than one category — how should this be represented when sending product JSON in a track call?
That is — most code samples show something like this
However, if a product has more than one category, it's not clear what to send.