Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
FeedItemService
Service to manage feed items.
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 `MutateFeedItems` service enables the management of feed items through creation, updates, or removal."],["This service utilizes `MutateFeedItemsRequest` for input and returns a `MutateFeedItemsResponse` containing operation statuses."],["Proper authorization with the `https://www.googleapis.com/auth/adwords` scope is required to use this service."]]],["The service manages feed items using the `MutateFeedItems` function. This function handles creating, updating, and removing feed items. It returns operation statuses and can throw various errors, including authentication, authorization, database, date, field, and quota errors. The function requires OAuth scope `https://www.googleapis.com/auth/adwords`. It uses `MutateFeedItemsRequest` to request changes and `MutateFeedItemsResponse` to respond.\n"]]