[Campaigns] Update Category-Level Bids
Update Category-Level Bids for a Campaign
https://api.criteo.com/legacy/marketing/v1/campaigns/bids
When Changing The Overall Campaign Bid
When a campaign bid is updated, any category bids with the same value as the original campaign-level bid will also be updated to the new value.
If you do not wish for the new campaign bid to be cascaded to these categories, all categories with the original campaign-level bid value should be included in the request in order to preserve their state.
curl --request PUT \
--url https://api.criteo.com/legacy/marketing/v1/campaigns/bids \
--header 'Accept: application/json' \
--header 'Content-Type: text/json' \
--data '[{"categories":[{"categoryHashcode":9876543210,"bidValue":2.5},{"categoryHashcode":1234567890,"bidValue":3}],"campaignId":1234,"bidValue":1}]'
Â
Updated almost 4 years ago