Manage Supply Capping

PATCH /api/player//cappings

 

Attribute Name
Possible Values
 
 
cappingType
  • Impressions = 1
paceOption
  • ASAP = 1

 

cappingValue

 

 

 

Sample Request
curl -X PATCH \
  -H 'accept: application/json'
  -H 'api-version: 1'
  -H 'authorization: Bearer '
  -H 'content-type: application/x-www-form-urlencoded'
  
player_capping[0][cappingType]=1&player_capping[0][cappingValue]=9885399&player_capping[0][paceOption]=1

*Note: sending an empty body to this endpoint will delete the cappings from the supply

Was this article helpful?

That’s Great!

Thank you for your feedback

Sorry! We couldn't be helpful

Thank you for your feedback

Let us know how can we improve this article!

Select atleast one of the reasons

Feedback sent

We appreciate your effort and will try to fix the article