Change ad group budget
change_group_budgetSet an ad group's budget to a specified amount in rubles, replacing the current value. Works only for manual bid management groups.
Instructions
Sets one ad group's budget to the given amount in rubles (at least 1). The value replaces the current budget rather than adding to it, so repeating the call is safe. Only groups on manual bid management accept it; the API rejects the rest. Returns the API's acknowledgement plus apiPointBalance. It cannot change the campaign budget, the bid (use change_group_price), or the group's status — this API cannot pause, resume or delete a group at all. Read the current budget with list_groups first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| budget | Yes | New budget in rubles, at least 1. Replaces the current value. | |
| groupId | Yes | Id of the ad group to change, from list_groups. |