gads_set_optimization_targets
Set the scoped account's optimization objective: target daily spend, ROAS floor (percent, e.g.
Set the scoped account's optimization objective: target daily spend, ROAS floor (percent, e.g. 150 = 1.5x), and CPA band — all in account currency units. Omitted fields keep their current value; pass null to clear one. These targets drive the optimization plan, the recommendation engine, and the copilot's guardrails.
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 |
|---|---|---|---|
targetDailySpend | number | null | No | Daily spend goal in currency units (e.g. 300 for €300/day). null clears. |
targetRoasPct | number | null | No | ROAS floor as a percentage (150 = 1.5x return). null clears. |
targetCpaMin | number | null | No | Lower bound of the acceptable CPA band, currency units. null clears. |
targetCpaMax | number | null | No | Upper bound of the acceptable CPA band, currency units. null clears. |
reason | string | Yes | |
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. |
gads_list_ad_accounts
List the Google Ads accounts already imported into this workspace: projectId, customerId, name, currency, status, and sync freshness.
gads_trigger_audit
Run the recurring account audit now (read-only compute — findings, deltas vs the previous audit, and the outcome review; it proposes nothing on its own).