kadam_adv_bulk_update_bids
Bulk update bids on multiple campaigns that share the same pricing model and require country targeting.
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 |
|---|---|---|---|
| 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 |