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

# Sessions

> GA4 sessions by acquisition and device segment.

| Contract           | Value              |
| ------------------ | ------------------ |
| Metric key         | `ga4.sessions`     |
| Source             | Google Analytics 4 |
| Status             | active             |
| Type               | source             |
| Semantic version   | 1                  |
| Catalog visibility | Picker-eligible    |

## How it's calculated

```text theme={null}
value = SUM(GA4 sessions) after duplicate acquisition rows are aggregated at property/day/channel/source/medium/device grain.
```

### Built from

* `GA4 Data API sessions`

## Known caveats

* Traffic authority, not sales authority.

## Where this appears

* Traffic-source reporting
* Dashboard builder
* AI traffic datasets

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

    **Join and identity keys**

    * propertyId
    * snapshotDate
    * channel
    * source
    * medium
    * device
  </Accordion>

  <Accordion title="Filters and boundaries" icon="filter">
    * Organization, store, and GA4 property are resolved server-side.
    * Reads use a half-open interval: recorded\_at >= start and recorded\_at \< end.
    * Site reports preserve acquisition/device segments; page reports retain the top 75 pages per day.
  </Accordion>

  <Accordion title="Timezone, currency, and freshness" icon="clock">
    **Timezone.** GA4 report dates are property-calendar dates normalized to UTC-midnight labels. They are not rebucketed in the browser timezone.

    **Currency.** Not applicable.

    **Freshness.** Daily scheduled 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 GA4 traffic and page contracts in the semantic catalog. |
  </Accordion>
</AccordionGroup>
