Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
MutateRemarketingActionsResponse
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 remarketing action mutation request."],["It includes an error field for partial failures and a list of individual results for each remarketing action mutation."],["The `partial_failure_error` field will only contain errors that occurred within the operations if partial failure mode is enabled."]]],["The core content describes the response message for a remarketing action mutation. It details two key fields: `partial_failure_error` and `results[]`. `partial_failure_error` contains status errors when operations fail in partial failure mode, only if `partial_failure` is true and all errors are within operations. `results[]` holds all results from the mutation, specifically instances of `MutateRemarketingActionResult`. It specifies how to identify error results within an action and the overall status of the mutate action.\n"]]