GuidesAPI ReferenceChangelog
GuidesAPI ReferenceChangelogLog In

[Campaigns] Manage Active Categories

Enable and Disable Categories

Categories can be enabled and disabled at the catalog level, changing their eligibility for category-level bidding.

https://api.criteo.com/legacy/marketing/v1/categories

🚧

Bidding for Disabled Categories

Bidding will still occur for disabled categories - the base bid of the campaign will be used.

curl --request PUT \
  --url https://api.criteo.com/legacy/marketing/v1/categories \
  --header 'Accept: application/json' \
  --header 'Content-Type: text/json' \
  --data '[{"categories":[{"categoryHashCode":9876543210,"enabled":false}],"catalogId":98765}]'