Writes (money-moving)
gads_propose_geo_target
Manage a campaign's LOCATION targeting: add locations (by geo target constant id, optionally negative to exclude), remove an existing location criterion, or set its bid modifier.
Manage a campaign's LOCATION targeting: add locations (by geo target constant id, optionally negative to exclude), remove an existing location criterion, or set its bid modifier. Review-tier. NOTE: on Smart Bidding campaigns location bid modifiers are ignored — add/remove/exclude still work. Find existing criteria + geo names via getSegmentPerformance (dimension geo).
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 |
|---|---|---|---|
campaignId | string | Yes | |
op | "add" | "remove" | "set_modifier" | Yes | |
locations | object[] | No | |
criterionId | string | No | Existing location criterion (for remove/set_modifier). |
bidModifierPercent | number | No | |
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. |