get https://conduit.redfast.com/paths//holdout
An API for logging when a user is part of an experiment's holdout group. It explains how to invoke the API when a prompt is not shown to a user in the control group.
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.