Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
CustomerFeedService
Service to manage customer feeds.
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 service enables management of customer feeds, allowing for creation, updating, and removal."],["Operation statuses are returned for each action performed on the customer feeds."],["A comprehensive list of potential errors is provided for troubleshooting and debugging."],["Utilizing this service requires specific authorization with the `https://www.googleapis.com/auth/adwords` scope."]]],["The `MutateCustomerFeeds` service manages customer feeds by creating, updating, or removing them. It accepts `MutateCustomerFeedsRequest` and returns `MutateCustomerFeedsResponse`, providing operation statuses. The service throws various errors including `AuthenticationError`, `AuthorizationError`, and `DatabaseError`. It requires the `https://www.googleapis.com/auth/adwords` OAuth scope. Various error types cover issues like field validation, authorization, internal issues, quotas, and request errors.\n"]]