How to set multiple values for sales_event

Bronze Contributor
Bronze Contributor

Hi,

I'm trying to set in a js extension multiple events (cart_open, cart_view, cart_add) into the sales_event UDO used by Ecommerce extension for Site Catalyst.

Seems that only one value can be set in sales_event, and then mapped in the Site Catalyst "events" variable.

Any idea on how to do this?

 

2 REPLIES 2

How to set multiple values for sales_event

How to set multiple values for sales_event

Bronze Contributor
Bronze Contributor

Hi Brian,

docs are very helpful.

In the meanwhile I've added, in the Tag mapped data sources, a new key:value set for sales_event UDO (first_step_cart:scOpen,first_step_cart:scView,first_step_cart:scAdd) and set the b.sales_event value equal to "first_step_cart" when needed.

 

Hope this is good enough even maybe it's not a best practice.

 

Regards,

Andrea

Public