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"        }      ]    }  }});

Top-level parameters

Parameter

Sample

Presence

Description

ecommerce

{...}

if available

Legacy UA checkout action payload.