Writes (money-moving)

gads_propose_account_tracking

Set (or clear) the ACCOUNT-LEVEL tracking template and/or final URL suffix — the once-for-all UTM setup that applies to every ad.

Set (or clear) the ACCOUNT-LEVEL tracking template and/or final URL suffix — the once-for-all UTM setup that applies to every ad. Always review-tier: one field rewrites every click URL. Template must contain {lpurl}. Pass null to clear a field; omit to leave it untouched. Read the current values via getAccountOverview first.

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
trackingUrlTemplatestring | nullNoe.g. "{lpurl}?utm_source=google&utm_medium=cpc&utm_campaign={campaignid}". null clears.
finalUrlSuffixstring | nullNoQuery-string suffix appended to final URLs, e.g. "utm_source=google&utm_medium=cpc". null clears.
reasonstringYes
projectIdstringNoTarget account (project id) — required on account-scoped tools. Call gads_list_ad_accounts to enumerate accounts.

On this page