AccountBudgetProposalService
A service for managing account-level budgets through proposals.
A proposal is a request to create a new budget or make changes to an existing one.
Mutates: The CREATE operation creates a new proposal. UPDATE operations aren't supported. The REMOVE operation cancels a pending proposal.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["This service enables management of account-level budgets through proposals, which are requests for budget creation or modification."],["Proposals can be created using the CREATE operation and canceled using the REMOVE operation, with UPDATE operations not being supported."],["The `MutateAccountBudgetProposal` RPC method facilitates these actions, allowing for the creation, cancellation, and management of budget proposals."],["This method returns operation statuses and potential errors encountered during the process."],["Proper authorization with the `https://www.googleapis.com/auth/adwords` scope is required to use this service."]]],[]]