Triggered when the Thank You page loads.
| Name | Type | Description |
|---|---|---|
origin | text | Wix App name, such as Stores or Bookings. |
id | text | Product ID. |
orderId | text | Order ID. |
revenue | text | Total purchase amount. |
currency | currency | Purchase currency in ISO-4217 format. |
contents | array | All purchased products. |
contents.id | text | Product ID. |
contents.name | text | Product name. |
contents.category | text | Collection name. |
contents.price | currency | Product price. |
contents.currency | currency | Default site currency in ISO-4217 format. |
contents.quantity | number | Quantity of product ordered. |
userId | text | User ID. |
Triggered when the user adds shipping details and clicks to advance to the next step in the checkout flow.
| Name | Type | Description |
|---|---|---|
eventCategory | text | Wix category. |
eventAction | text | Fixed 'Add Shipping Details' string. |
eventLabel | text | Wix App name, such as Stores or Bookings. |
contents | array | All purchased products. |
contents.id | text | Product ID. |
contents.name | text | Product name. |
userId | text | User ID. |
Triggered when the user adds personal information and clicks to advance to the next step in the checkout flow.
| Name | Type | Description |
|---|---|---|
eventCategory | text | Wix category. |
eventAction | text | Fixed 'Add Shipping Details' string. |
eventLabel | text | Wix App name, such as Stores or Bookings. |
contents | array | All purchased products. |
contents.Id | text | Product ID. |
contents.name | text | Product name. |
userId | text | User ID. |
Triggered when the user checks the Agree to terms & conditions checkbox.
| Name | Type | Description |
|---|---|---|
eventCategory | text | Wix category. |
eventAction | text | Fixed 'Add Shipping Details' string. |
eventLabel | text | Wix App name, such as Stores or Bookings. |
contents | array | All purchased products. |
contents.Id | text | Product ID. |
contents.name | text | Product name. |
userId | text | User ID. |
Triggered when the user enters pickup information and clicks to advance to the next step in the checkout flow.
| Name | Type | Description |
|---|---|---|
eventCategory | text | Wix category. |
eventAction | text | Fixed 'Add Shipping Details' string. |
eventLabel | text | Wix App name, such as Stores or Bookings. |
contents | array | All purchased products. |
contents.Id | text | Product ID. |
contents.name | text | Product name. |
userId | text | User ID. |