update_bids_batch
Update bid amounts on multiple ad sets in a single Batch API call. Provide pairs of ad set IDs and bid values in cents. Automatically handles batches of 50.
Instructions
WRITE (BULK): Update bid_amount on many ad sets in one Batch API call. Input is an array of {adset_id, bid_amount_cents} pairs. Bid values are in minor currency units (cents). Chunks of 50 automatically.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| updates | Yes | Array of {adset_id, bid_amount_cents} to apply |