Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCampaignFeedsResponse
Response message for a campaign feed mutate.
Fields |
partial_failure_error
|
Status
Errors that pertain to operation failures in the partial failure mode. Returned only when partial_failure = true and all errors occur inside the operations. If any errors occur outside the operations (for example, auth errors), we return an RPC level error.
|
results[]
|
MutateCampaignFeedResult
All results for the mutate.
|
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."],[[["This response message provides details about the outcome of a campaign feed mutation request."],["It includes information about potential errors during the operation, specifically within the partial failure mode."],["The response also contains a list of individual results for each campaign feed mutation performed."]]],["The core content details the response structure for a campaign feed mutate operation. It defines two key fields: `partial_failure_error`, which contains errors related to operation failures when partial failure mode is enabled, and `results[]`, which encompasses all outcomes of the mutate operation. The `partial_failure_error` field is only present if there is partial failure and the errors are within the operations. Errors outside of operations cause RPC level errors.\n"]]