Triggered when a visitor views the product page.
| Name | Type | Description |
|---|---|---|
| origin | string | Wix App that emitted this event, such as "Stores" or "Bookings." |
| id | GUID | Product ID. |
| name | string | Product name. |
| price | number | Product price. |
| currency | currency | Default site currency in ISO-4217 format. |
| sku | string | Product Stock Keeping Unit (SKU). |
| type | string | Product type. Possible values are physical and digital. |
| brand | string | Product brand. |
| dimension3 | string | Custom Google Analytics dimension defined for this product. Learn more about custom dimensions & metrics in Google Analytics. |
| variants | array of objects | Optional. Product variants. |
| variants.id | GUID | Variant ID. Learn more about product options and variants. |
| variants.optionsSelectionsIds | array of numbers | Optional. User selections of product options, such as size or color, listed in the order they appear on the site dashboard. For example, the array [2,0,2] indicates choice 3 for the first option, choice 1 for the second option, and choice 3 for the third. Learn more about product options and variants. |
| variants.price | number | Variant price. |
| variants.sku | string | Variant Stock Keeping Unit (SKU) ID. |
| options | array of objects | Product options, such as size or colors. |
| visitorId | GUID | Site visitor ID. |
| _internalEventId | GUID | Event ID. |
| isPremium | boolean | Whether the Wix site is a Premium site. |
| userId | GUID | Wix user ID. |
| metaSiteId | GUID | Wix site ID. |