update_keywords
Modify keyword phrases, bid amounts, or custom parameters in Yandex Direct. Use dry-run mode to preview changes before confirming execution.
Instructions
Update keyword text or bids.
Args: keywords: List of objects with Id + fields to change: - Id (int): keyword ID (required) - Keyword (str, optional): new keyword phrase - Bid (int, optional): new search bid in MICROS - ContextBid (int, optional): new YAN bid in MICROS - UserParam1 (str, optional): updated custom param 1 - UserParam2 (str, optional): updated custom param 2
confirm: True to execute; False returns dry-run plan.MONEY NOTE: Bid and ContextBid are in MICROS (1 RUB = 1_000_000).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keywords | Yes | ||
| confirm | No |