set_keyword_bids
Set search and network bids for keywords in bulk using micros. Use confirm parameter to execute or dry-run to preview changes.
Instructions
Set search and/or network bids for keywords (bulk bid adjustment).
Prefer this over update_keywords when you only need to change bids — it uses the dedicated bids service and is more efficient.
Args: bids: List of bid objects: - KeywordId (int): keyword ID (required) - SearchBid (int): search network bid in MICROS (e.g. 30_000_000 = 30 RUB) - NetworkBid (int, optional): YAN bid in MICROS
confirm: True to execute; False returns dry-run plan.MONEY NOTE: All bids are in MICROS (1 RUB = 1_000_000). 30 RUB = 30_000_000. Do NOT confuse with RUB values.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| bids | Yes | ||
| confirm | No |