cromanion_set_holdout
Set the share of visitors held back from the agent so its effect stays measurable (0.05–0.5). Changing it splits the measurement window: periods either side are compared separately and never pooled. Needs the measurement permission.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| share | Yes | Fraction held back, e.g. 0.1 for 10%. | |
| siteId | No | Which site this call is about. Only needed when your credential covers more than one — cromanion_grants lists them and says whether it is required. Omitting it with several is refused rather than guessed at. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ok | Yes | ||
| note | No | That this change split the measurement window, and what that means for later comparisons. | |
| holdoutShare | Yes | The share as APPLIED, clamped to 0.05–0.5. Read it rather than assuming your value was taken verbatim. |