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

# Converted sessions

> Sessions that converted in the Shopify-admin funnel.

| Contract           | Value                        |
| ------------------ | ---------------------------- |
| Metric key         | `shopify.converted_sessions` |
| Source             | Shopify                      |
| Status             | active                       |
| Type               | source                       |
| Semantic version   | 1                            |
| Catalog visibility | Picker-eligible              |

## How it's calculated

```text theme={null}
value = ROUND(ShopifyQL sessions * ShopifyQL conversion_rate).
```

### Built from

* `ShopifyQL sessions`
* `ShopifyQL conversion_rate`

## Known caveats

* Use with shopify.sessions for conversion rate.
* Aloftly reconstructs and rounds this count per day before period aggregation.
* The Shopify sync can replace the live partial reporting day.

## Where this appears

* Sessions and conversions chart
* Checkout funnel
* Stores conversion rate

<AccordionGroup>
  <Accordion title="Grain and identity" icon="ruler">
    daily\_snapshot; entity: store; same-day fold: last; additivity: semi\_additive.

    **Join and identity keys**

    * snapshotDate
  </Accordion>

  <Accordion title="Filters and boundaries" icon="filter">
    * Organization and store are resolved from the authenticated request.
    * Reads use a half-open interval: recorded\_at >= start and recorded\_at \< end.
    * ShopifyQL sales values are used as reported; no extra paid-order filter is added by Aloftly.
  </Accordion>

  <Accordion title="Timezone, currency, and freshness" icon="clock">
    **Timezone.** ShopifyQL groups by the shop reporting date; Aloftly stores that date as a UTC-midnight label. Order lifecycle events retain their provider timestamp.

    **Currency.** Not applicable.

    **Freshness.** Finalized daily snapshot from Shopify.
  </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 Shopify authority and metric contracts in the semantic catalog. |
  </Accordion>
</AccordionGroup>
