Skip to main content
The product_rate tracking event tells PureClarity that a user has rated a product with a given rating and is thus used as part of the top rated product recommender

Properties

id
string
required
Specifies the product that has been ratedExample: P41923
rating
number
required
The rating that the user has givenExample: 4.5

Example

{
  "id": "P41923",
  "rating": 4.5
}