Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.pureclarity.com/llms.txt

Use this file to discover all available pages before exploring further.

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
}