Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateCustomerExtensionSettingsResponse
Response message for a customer extension setting 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[]
|
MutateCustomerExtensionSettingResult
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 information about the changes made to customer extension settings."],["It includes details about any errors that occurred during the update process, especially for partial failures."],["The response also contains a list of specific outcomes for each attempted customer extension setting mutation."]]],["The core content details the response structure for a customer extension setting mutation. It returns a `partial_failure_error`, which contains operation failure details if `partial_failure` is true and errors occur within operations. Otherwise, an RPC-level error is returned. The response also includes `results[]`, which is an array containing `MutateCustomerExtensionSettingResult` objects, representing the outcomes of each mutation attempt.\n"]]