kadam_adv_bulk_update_bids
Update bids for multiple ad campaigns simultaneously. Specify campaign IDs, bid amount, pricing model, and country codes. All campaigns must share the same pricing model (CPC, CPM, or CPA).
Instructions
Set the same bid on multiple campaigns at once. All campaigns in the batch must share one pricing model (mixing CPC/CPA errors out). Countries are required (backend rejects an empty list).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bid | Yes | Bid value in USD (for CPA this is the target CPA cost) | |
| countries | Yes | Comma-separated ISO country codes (e.g. 'US,DE'). Required — backend rejects empty list | |
| campaignIds | Yes | Comma-separated campaign IDs (e.g. '100,200,300') | |
| pricingModel | Yes | Pricing model of the campaigns. All campaigns must share this model |