You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm currently using this package in our react project to send events to Adobe sensei. We use our custom version of useAddToCartEvent which has extra options.
It's pretty much copy paste. I was wondering if we needed to send the full cart when setting the shopping cart context in mse, or is it just the cart items added and Sensei figures the rest out?
Currently when we add to cart, we send the item added in detail.items field. We do not send the full cart.
Thanks.
The text was updated successfully, but these errors were encountered:
I'm currently using this package in our react project to send events to Adobe sensei. We use our custom version of useAddToCartEvent which has extra options.
It's pretty much copy paste. I was wondering if we needed to send the full cart when setting the shopping cart context in mse, or is it just the cart items added and Sensei figures the rest out?
Currently when we add to cart, we send the item added in detail.items field. We do not send the full cart.
Thanks.
The text was updated successfully, but these errors were encountered: