Remove from Cart Tracking
Last updated
Was this helpful?
Use the removefromcart tracking type to track when a product is removed from the shopping cart. This interaction is essential for understanding user behavior and refining checkout conversion strategies.
product
removefromcart
As defined, the removefromcart event automatically activates the JENTIS Data Layer State in JENTIS using the sendBeacon sending method.
_jts.push({
track: "product",
type: "removefromcart",
id: "12345567",
name: "Product Name"
});
_jts.push({
track: "removefromcart"
});removefromcartThis command has no additional properties.
Ensure the product object uses type: "removefromcart" to correctly link it to the interaction state.
For more product-level configuration, see the E-Commerce Tracking.
Last updated
Was this helpful?
Was this helpful?