Skip to main content

GET /api/v1/treatments/uplift

Returns a per-creative uplift micro-card for every creative on a given offer (or every creative across the tenant’s active offers when offerId is omitted). For each creative, the customers who saw that creative form the treatment cohort; customers who saw the same offer through a different creative form the comparison cohort. Conversion deltas are evaluated with the same two-proportion z-test used by Experiments.
This is an observational signal, not a randomized controlled trial. Creative assignment is not randomized here, so the deltas are directional reads for the Studio treatments page — use the Experiments API with holdout groups when you need causally rigorous uplift.

Query Parameters

Example

Response

Each card spreads the full uplift result: treatmentConversionRate, holdoutConversionRate, uplift (absolute), relativeUplift, zScore, pValue, significant, treatmentSamples, holdoutSamples, ciLower/ciUpper (95% CI, null when data is insufficient), and insufficientData. Cards whose treatment impressions fall below minSamples are still returned, flagged with samplesBelowMinimum: true.

Roles