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.
Scope: write token required · money-moving. 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 with an org-scoped token for account-scoped tools — call gads_list_ad_accounts to enumerate accounts. Omit with a project-scoped token. |