Approvals
gads_approve_action
Approve a pending (proposed) action so the worker applies it to Google Ads.
Approve a pending (proposed) action so the worker applies it to Google Ads. This is the operator decision — ONLY call it when the human has explicitly told you to approve this specific action after seeing what it does. Applies a money-moving change; there is no further review step.
Type: money-moving write. Every write is dry-run validated, then classified by the safe-apply policy — auto-applied when bounded and low-risk, otherwise queued for approval.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
actionId | string | Yes | The gads_agent_actions row id (from gads_list_pending_actions or gads_list_action_history). |
confirm | boolean | Yes | Set true only after the human explicitly approved this exact action. |
projectId | string | No | Target account (project id) — required on account-scoped tools. Call gads_list_ad_accounts to enumerate accounts. |