checkout
Legacy UA checkout step payload.
Status: Deprecated
Replacement guidance: Use step-specific checkout events such as begin_checkout, add_payment_info, and/or checkout_progress.
Deprecated UA checkout event emitted by the old checkout portal.
Sample data layer snippet
dataLayer.push({ "event": "checkout", "ecommerce": { "checkout": { "actionField": { "step": 1 }, "products": [ { "id": "123", "name": "Accommodation", "price": "350.00" } ] } }});