> ## Documentation Index
> Fetch the complete documentation index at: https://docs.aloftly.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Average review rating

> Cube average of raw Judge.me ratings.

| Contract           | Value                    |
| ------------------ | ------------------------ |
| Metric key         | `judgeme.average_rating` |
| Source             | Judge.me                 |
| Status             | active                   |
| Type               | derived                  |
| Semantic version   | 1                        |
| Catalog visibility | Picker-eligible          |

## How it's calculated

```text theme={null}
avg(judgeme.review_rating)
```

### Built from

* `judgeme.review_rating`

## Known caveats

* Equivalent aggregate form of judgeme.review\_rating.

## Where this appears

* Review Distribution widget
* Dashboard builder

<AccordionGroup>
  <Accordion title="Grain and identity" icon="ruler">
    derived\_period; entity: review; same-day fold: sum; additivity: non\_additive.

    **Join and identity keys:** none.
  </Accordion>

  <Accordion title="Filters and boundaries" icon="filter">
    * Organization and store are resolved from the authenticated connection.
    * Reads use a half-open interval: recorded\_at >= start and recorded\_at \< end.
    * No additional published-state filter is applied beyond the Judge.me reviews endpoint response.
  </Accordion>

  <Accordion title="Timezone, currency, and freshness" icon="clock">
    **Timezone.** Provider created\_at timestamps are stored as instants and queried through half-open UTC windows.

    **Currency.** Not applicable.

    **Freshness.** Computed by Cube at read time.
  </Accordion>

  <Accordion title="Version history" icon="clock-rotate-left">
    | Date       | Change                                                         |
    | ---------- | -------------------------------------------------------------- |
    | 2026-08-03 | Bound the metric to the executable certified semantic release. |
    | 2026-07-27 | Registered review metric contracts in the semantic catalog.    |
  </Accordion>
</AccordionGroup>
