Change ad group bid
change_group_priceSet an ad group's bid to a specified ruble amount, replacing the current price. Works with manual bid management for CPM and CPC campaigns, and returns confirmation.
Instructions
Sets one ad group's bid (the API calls it price) to the given amount in rubles (at least 1). The unit follows the group's paymentModel: rubles per 1000 impressions for CPM, rubles per click for CPC. The value replaces the current bid rather than adding to it, so repeating the call is safe. Only groups on manual bid management accept it. Returns the API's acknowledgement plus apiPointBalance. It cannot change the budget (use change_group_budget) or the group's status — this API cannot pause, resume or delete a group at all. Read the current bid from the price field of list_groups.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| price | Yes | New bid in rubles, at least 1. Replaces the current value. | |
| groupId | Yes | Id of the ad group to change, from list_groups. |