Writes (money-moving)

gads_propose_rename_ad_group

Propose renaming an ad group.

Propose renaming an ad group. Safe-tier — no spend, targeting or bid effect, and it reverts exactly from the snapshotted prior name. Google requires ad-group names to be unique within their campaign and caps them at 255 characters; the validate_only pass catches a collision before anything lands.

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

ParameterTypeRequiredDescription
adGroupIdstringYes
namestringYesThe new name, exactly as it should read in Google Ads.
reasonstringYes
projectIdstringNoTarget account (project id) — required on account-scoped tools. Call gads_list_ad_accounts to enumerate accounts.

On this page