Properties
string
required
Specifies the product that has been viewedExample:
P41923object
Optional product information. See the product feed for details of the properties to send
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
The product_view tracking event tells PureClarity that the user has viewed a product with the given id. Optionally it can also include product information.
P41923{
"id": "P41923"
}
{
"id": "P41923",
"product": {
"title": "Example Product",
"price": 29.99,
"image": "https://example.com/images/product.jpg"
}
}
