kadam_adv_bulk_update_bids
Set a uniform bid across multiple campaigns by specifying their IDs, bid amount, pricing model, and target countries.
Instructions
Update bids for multiple campaigns at once. All specified campaigns receive the same bid. Much faster than updating campaigns one by one. IMPORTANT: all campaigns in the batch must share the same pricing model (all CPC/CPM or all CPA). Mixing CPC and CPA campaigns will cause a validation error. Countries are required — the backend rejects empty country lists.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| campaignIds | Yes | Comma-separated campaign IDs (e.g. '100,200,300') | |
| bid | Yes | Bid value in USD (for CPA this is the target CPA cost) | |
| pricingModel | Yes | Pricing model of the campaigns. All campaigns must share this model | |
| countries | Yes | Comma-separated ISO country codes (e.g. 'US,DE'). Required — backend rejects empty list |