Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
AdGroupCriterionService
Service to manage ad group criteria.
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."],[[["The MutateAdGroupCriteria service enables management of criteria within ad groups."],["It allows for the creation, updating, and removal of ad group criteria, providing operation status feedback."],["A comprehensive list of potential errors is provided for troubleshooting purposes."],["Utilizing this service requires authorization with the `https://www.googleapis.com/auth/adwords` OAuth scope."]]],["The `MutateAdGroupCriteria` service manages ad group criteria by creating, updating, or removing them. It returns operation statuses and can throw errors from various categories like `AdGroupCriterionError`, `AuthenticationError`, `QuotaError`, and `RequestError`. This service requires OAuth scope `https://www.googleapis.com/auth/adwords` for authorization. The service uses `MutateAdGroupCriteriaRequest` and `MutateAdGroupCriteriaResponse` to handle the requests and responses.\n"]]