Analytics.ProductView
Publishes a product_viewed event to the Analytics.Provider component.
- Anchor to propspropspropsProductViewPropsProductViewPropsrequiredrequired
ProductViewProps
- customData
OtherData - data
ProductsPayload
OtherData
ProductsPayload
- products
The products associated with this event.
Array<ProductPayload & OtherData>
ProductPayload
- id
The product id.
string - price
The displaying variant price.
string - productType
The product type.
string - quantity
The quantity of product.
number - sku
The product sku.
string - title
The product title.
string - variantId
The displaying variant id.
string - variantTitle
The displaying variant title.
string - vendor
The product vendor.
string
Was this page helpful?