checkout_started
event is sent when a visitor begins the checkout process. For example, this might occur after viewing an item, adding it to the basket, and then clicking “Proceed to Payment” or a similar call-to-action.
Key | Description | Type | Example |
---|---|---|---|
value | Basket Value | Decimal | 72.00 |
item_quantity | Basket Quantity | Number | 1 |
discount_value | Discount Value | Decimal | 7.99 |
Notes:
value
should represent the final basket total after any discounts.discount_value
can be0
or omitted entirely if no discount has been applied.- In the example above, the product’s original price is
79.99
, and a7.99
discount was applied.