> ## 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.

# product_rate event

> 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

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

<ParamField body="id" type="string" required>
  Specifies the product that has been rated

  **Example:** `P41923`
</ParamField>

<ParamField body="rating" type="number" required>
  The rating that the user has given

  **Example:** `4.5`
</ParamField>

## Example

```json theme={null}
{
  "id": "P41923",
  "rating": 4.5
}
```
