Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCustomizerAttributesResponse
Response message for a customizer attribute mutate.
Fields |
results[]
|
MutateCustomizerAttributeResult
All results for the mutate.
|
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.
|
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 response provides details on the outcome of the customizer attribute mutation via `results[]` field."],["It may include `partial_failure_error` for partial failures when enabled, otherwise, errors are at the RPC level."]]],["The core content details the response message for a customizer attribute mutate operation. It includes `results[]`, which contains the outcome of each mutation via `MutateCustomizerAttributeResult`. Additionally, it outlines `partial_failure_error`, a `Status` field that reports errors within the operations when `partial_failure` is true. RPC level errors are returned when errors occur outside the scope of operations.\n"]]