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

# Survey responses

> One count contribution per KnoCommerce survey response.

| Contract           | Value                         |
| ------------------ | ----------------------------- |
| Metric key         | `knocommerce.survey_response` |
| Source             | KnoCommerce                   |
| Status             | active                        |
| Type               | source                        |
| Semantic version   | 1                             |
| Catalog visibility | Picker-eligible               |

## How it's calculated

```text theme={null}
value = 1 per unique survey response. Response volume = SUM(value).
```

### Built from

* `Response.id`
* `Response.created_at`

## Known caveats

* Only aggregated counts are evidence-visible; raw answer text remains excluded.

## Where this appears

* Survey Responses widget

<AccordionGroup>
  <Accordion title="Grain and identity" icon="ruler">
    event; entity: survey\_response; same-day fold: sum; additivity: additive.

    **Join and identity keys**

    * responseId
  </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.
    * Raw answer text is excluded from aggregate AI evidence.
  </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.** Daily sync.
  </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 survey metric contracts in the semantic catalog.    |
  </Accordion>
</AccordionGroup>
