Holdout API

In the case an experiment is running with a Holdout/Control group, the Path object will be returned with an attribute indicating whether the user is part of the holdout group.

{
  "paths": [
    {
      "name": "Test prompt",
      ...
      "holdout": true,
      ...
    }
  ]
}

If "holdout": true, the prompt should not be rendered, but rather the Holdout API should be invoked at the time the prompt would normally be triggered. Once the Holdout API has been invoked, subsequent Ping responses will no longer include this particular Path object.

Language
Click Try It! to start a request and see the response here!