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

ParameterTypeRequiredDescription
actionIdstringYesThe gads_agent_actions row id (from gads_list_pending_actions or gads_list_action_history).
confirmbooleanYesSet true only after the human explicitly approved this exact action.
projectIdstringNoTarget 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.

On this page