Add bid modifiers to a Campaign


                https://api.ocamba.com/v2/adex/campaigns/{id}/bid-modifiers
            

Adds bid modifiers to a Campaign if a valid identifier was provided


Name
Description
campaign_idstringrequired
Unique campaign identifier defined as a path parameter.


Example: 1024132

Name
Description
itemsarrayrequired
Array of valid bid modifier ids.


Example: 1311,1321,1213,1121

204 - No Content
Arrow

note
1 Items should be sent via HTTP body in order to change the current state of the campaign.
tip
1 If you don't know the campaign id, list the campaigns to find it.

200 Arrow
{
  "items": [
    "1311", "1321", "1213", "1121"
  ]
}