segment-boneyard / analytics-magento

[DEPRECATED] The hassle-free way to integrate analytics into any Magento store.
15 stars 19 forks source link

Multiple Categories #28

Closed astorm closed 10 years ago

astorm commented 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.

ianstormtaylor commented 10 years ago

I think we could just go with categories in that case.

astorm commented 10 years ago

Changed to categories from the category_names I'm using.