Checkout Tracking
Checkout Tracking
Tracking Commands
Example
_jts.push({
track: "product",
type: "checkout",
id: "12345567",
name: "Product Name"
});
_jts.push({
track: "checkout",
step: 2,
brutto: 199.99,
netto: 179.99,
shipping: 20.00,
tax: 40.00,
paytype: "creditcard"
});
_jts.push({
track: "submit"
});Properties for checkout
checkoutName
Description
Type
Mandatory
Example
Last updated
Was this helpful?