v1

latestSwagger 2.0BeezUP2026-07-13254876845.8 KB
Channel Catalogs - Settings

Configure channel catalog cost settings

put/v2/user/channelCatalogs/{channelCatalogId}/settings/cost

Path parameters

channelCatalogIdstring guid required

The channel catalog identifier

Request body

costType'CPC_Global' | 'CPA_Global' | 'CPC_ByCategory' | 'CPA_ByCategory' | 'Fixed_Global' required

CPC means cost per click. CPA means cost per action. You can have CPC/CPA with a global cost value. You can have CPC/CPA by category the cost value MUST be null You can have global fixed price.

globalCostValuenumber

In case of global cost type, you have to indicate the cost value.

Example request

{
  "costType": "Fixed_Global"
}

Response

Channel catalog cost settings configured