Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CampaignBudgetService
Service to manage campaign budgets.
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 2025-01-10 UTC.
[null,null,["Last updated 2025-01-10 UTC."],[[["This service allows for the management of campaign budgets."],["You can create, update, or remove campaign budgets using this service."],["Operation statuses are returned for each action performed."],["The service requires authorization with the `https://www.googleapis.com/auth/adwords` scope."]]],["The `MutateCampaignBudgets` service manages campaign budgets by creating, updating, or removing them. It accepts a `MutateCampaignBudgetsRequest` and returns a `MutateCampaignBudgetsResponse`, including operation statuses. Various errors, such as `AuthenticationError`, `AuthorizationError`, `CampaignBudgetError`, and `QuotaError`, may be thrown. It requires the `https://www.googleapis.com/auth/adwords` OAuth scope for authorization.\n"]]