Skip to content
Merged
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
---
title: New Confidence Intervals in GraphQL Analytics API
description: Confidence intervals are now supported in the GraphQL Analytics API to show statistical ranges for sampled data results
date: 2025-10-01
---

The GraphQL Analytics API now supports confidence intervals for `sum` and `count` fields on adaptive (sampled) datasets. Confidence intervals provide a statistical range around sampled results, helping verify accuracy and quantify uncertainty.

- **Supported datasets**: Adaptive (sampled) datasets only.
- **Supported fields**: All `sum` and `count` fields.
- **Usage**: The confidence `level` must be provided as a decimal between 0 and 1 (e.g. `0.90`, `0.95`, `0.99`).
- **Default**: If no confidence level is specified, no intervals are returned.

For examples and more details, see the [GraphQL Analytics API documentation](/analytics/graphql-api/features/confidence-intervals/).
Loading