v1
latestOpenAPI 3.0.12026-07-22204678550.0 KBCampaign
/2026-01/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers
Update the Display Multipliers for given Categories associated to an Ad Set Patch Display Multipliers for one or more Categories in a single request. Partial success policy is followed.
patch/2026-01/marketing-solutions/ad-sets/{ad-set-id}/display-multipliers
Path parameters
ad-set-idstring required
Id of the Ad Set
Request body
Example request
{
"data": [
{
"type": "AdSetDisplayMultiplier"
}
]
}Response
List of updated Display Multipliers for given Categories associated to an Ad Set. Make sure to check the error field in the response since a partial success will result in a 200 response code.
Example response
{
"data": [
{
"type": "AdSetDisplayMultiplier"
}
]
}