Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateFeedItemSetLinksRequest
Fields |
customer_id
|
string
Required. The ID of the customer whose feed item set links are being modified.
|
operations[]
|
FeedItemSetLinkOperation
Required. The list of operations to perform on individual feed item set links.
|
partial_failure
|
bool
If true, successful operations will be carried out and invalid operations will return errors. If false, all operations will be carried out in one transaction if and only if they are all valid. Default is false.
|
validate_only
|
bool
If true, the request is validated but not executed. Only errors are returned, not results.
|
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-02-25 UTC.
[null,null,["Last updated 2025-02-25 UTC."],[[["The request is used to modify feed item set links for a specific Google Ads customer."],["It involves specifying operations to perform, such as creating, updating, or removing links."],["Options for handling errors and performing validation without execution are available."]]],["The core content describes the `MutateFeedItemSetLinks` request, which modifies feed item set links. Key information includes: the `customer_id` (required) to identify the customer, a list of `operations[]` (required) detailing changes to the links, `partial_failure` (boolean) to control error handling for multiple operations, and `validate_only` (boolean) to validate the request without execution. The provided fields allow the client to manage actions related to feed item set links.\n"]]