Join us live on Discord on the Google Advertising and Measurement Community server and on YouTube on August 20th at 10:00 AM EST! We will discuss the new features added in v25.1 of the Google Ads API.
AccountBudgetProposalOperation
Stay organized with collections
Save and categorize content based on your preferences.
Page Summary
Account-level budgets can be created, edited, ended, or removed through a single operation.
The update_mask field determines which budget fields are modified, but update operations are not supported for proposals other than those of the 'update' type.
The operation field can be either create for proposing a new budget or changes to an existing one, or remove to cancel a pending proposal by its resource name.
A single operation to propose the creation of a new account-level budget or edit/end/remove an existing one.
Create operation: A new proposal to create a new budget, edit an existing budget, end an actively running budget, or remove an approved budget scheduled to start in the future. No resource name is expected for the new proposal.
remove
string
Remove operation: A resource name for the removed proposal is expected, in this format:
customers/{customer_id}/accountBudgetProposals/{account_budget_proposal_id} A request may be cancelled iff it is pending.
FieldMask that determines which budget fields are modified. While budgets may be modified, proposals that propose such modifications are final. Therefore, update operations are not supported for proposals.
Proposals that modify budgets have the 'update' proposal type. Specifying a mask for any other proposal type is considered an error.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2026-02-23 UTC."],[],[]]