Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCampaignSharedSetsResponse
Response message for a campaign shared set 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[]
|
MutateCampaignSharedSetResult
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 provides details on a campaign shared set mutation operation."],["`partial_failure_error` returns operation-specific errors only when partial_failure is true and all errors are within the operations."],["`results` includes all outcomes for the campaign shared set mutation."]]],["The content describes the response to a campaign shared set mutation. It contains two key fields: `partial_failure_error` and `results`. `partial_failure_error` details operation errors when `partial_failure` is true, excluding errors outside the operations. `results` contains all outcomes from the mutation, each detailed in `MutateCampaignSharedSetResult`. This information helps determine if any operations within the request failed and what succeeded.\n"]]