Key concepts
- Status —
draft,active,paused, orfinished. Drive transitions viaPOST /v4/experiments/{experiment_id}/status. - Groups — Variants within an experiment. Each group carries a payload (offering, screen, remote config value, etc.).
- User attachment —
POST /v4/experiments/{experiment_id}/users/{user_id}pins a user to a group. - Summary —
/v4/experiments/summaryreturns aggregated performance metrics. Required:filter[experiment_uid][](1–50 UIDs) — discover viaGET /v4/experiments, then iterate the summary in batches.