The sample rate defines the percentage of the bid opportunities that are forwarded to your endpoints. The sample rate can be adjusted by the client collectively for all endpoints of an executor. This feature is useful to manage and budget system utilization.
Security
oauth2
PATCH
curl -i -X PATCH \
'https://api.byoa.mediamath.com/custombidrouter/{org_id}/executors/{executor_id}' \
-H 'Authorization: Bearer <YOUR_TOKEN_HERE>' \
-H 'Content-Type: application/json' \
-d '{
"sample_rate": 0
}'Response
{ "data": { "ACME Org Production Executor": { … } }, "meta": { "status": "success" } }