- Property Manager name: Sample Percentage
- Criteria version: The
v2024-10-21
rule format supports therandom
criteria v1.0. - Rule format status: GA, stable
- Access: Read/Write
- Allowed in includes: Yes
Matches a specified percentage of requests. Use this match to apply behaviors to a percentage of your incoming requests that differ from the remainder, useful for A/b testing, or to offload traffic onto different servers.
Option | Type | Description | Requires | |
---|---|---|---|---|
bucket | number (0-100) | Specify a percentage of random requests to which to apply a behavior. Any remainders do not match. | {"displayType":"number","max":[100],"min":[0],"tag":"input","type":"range"} |