Deprecation Warning:
The client-side analytics events documented in this reference are deprecated. All event documentation has been moved to the SDK and is now available through the Analytics API.
Triggered when the Thank You page loads.
Properties:
| Name | Type | Description |
|---|---|---|
| origin | text | Wix App name, i.e Stores, 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 |
| isPremium | boolean | Whether the Wix site is Premium |
| userId | text | User ID |
| metaSiteId | text | Wix site ID |
Example:
Triggered when the user adds shipping details and clicks to advance to the next step in the checkout flow.
Properties:
| Name | Type | Description |
|---|---|---|
| eventCategory | text | Fixed ‘Enhanced Ecommerce’ string(???) |
| eventAction | text | Fixed ‘Add Shipping Details’ string(???) |
| eventLabel | text | Wix App name, i.e Stores, Bookings |
| contents | array | All purchased products |
| contents.Id | text | Product ID |
| contents.name | text | Product Name |
| isPremium | Boolean | Whether the Wix site is Premium |
| userId | text | User ID |
| metaSiteId | text | Wix site ID |
Example:
Triggered when the user adds personal information and clicks to advance to the next step in the checkout flow.
Properties:
| Name | Type | Description |
|---|---|---|
| eventCategory | text | Fixed ‘Enhanced Ecommerce’ string(???) |
| eventAction | text | Fixed ‘Add Shipping Details’ string |
| eventLabel | text | Wix App name, i.e Stores, Bookings |
| contents | array | All purchased products |
| contents.Id | text | Product ID |
| contents.name | text | Product Name |
| isPremium | Boolean | Whether the Wix site is Premium |
| userId | text | User ID |
| metaSiteId | text | Wix site ID |
Example:
Triggered when the user check the Agree to terms & conditions’ checkbox.
Properties:
| Name | Type | Description |
|---|---|---|
| eventCategory | text | Fixed ‘Enhanced Ecommerce’ string(???) |
| eventAction | text | Fixed ‘Add Shipping Details’ string |
| eventLabel | text | Wix App name, i.e Stores, Bookings |
| contents | array | All purchased products |
| contents.Id | text | Product ID |
| contents.name | text | Product Name |
| isPremium | Boolean | Whether the Wix site is Premium |
| userId | text | User ID |
| metaSiteId | text | Wix site ID |
Example:
Triggered whenthe user enters pickup information and clicks to advance to the next step in the checkout flow.
Properties:
| Name | Type | Description |
|---|---|---|
| eventCategory | text | Fixed ‘Enhanced Ecommerce’ string(???) |
| eventAction | text | Fixed ‘Add Shipping Details’ string |
| eventLabel | text | Wix App name, i.e Stores, Bookings |
| contents | array | All purchased products |
| contents.Id | text | Product ID |
| contents.name | text | Product Name |
| isPremium | Boolean | Whether the Wix site is Premium |
| userId | text | User ID |
| metaSiteId | text | Wix site ID |
Example: