get
https://conduit.redfast.com/paths//holdout
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
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.