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

# Engaged sessions

> GA4 engaged sessions used to derive session-weighted bounce rate.

| Contract           | Value                            |
| ------------------ | -------------------------------- |
| Metric key         | `ga4.engaged_sessions`           |
| Source             | Google Analytics 4               |
| Status             | supporting                       |
| Type               | source                           |
| Semantic version   | 1                                |
| Catalog visibility | Supporting or fixed-surface only |

## How it's calculated

```text theme={null}
value = SUM(GA4 engagedSessions) at the same grain as GA4 sessions.
```

### Built from

* `GA4 Data API engagedSessions`

## Known caveats

* Component measure for GA4 bounce rate.

## Where this appears

* GA4 bounce-rate input

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