Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
UploadCallConversionsResponse
Fields |
partial_failure_error
|
Status
Errors that pertain to conversion failures in the partial failure mode. Returned when all errors occur inside the conversions. If any errors occur outside the conversions (for example, auth errors), we return an RPC level error. See https://developers.google.com/google-ads/api/docs/best-practices/partial-failures for more information about partial failure.
|
results[]
|
CallConversionResult
Returned for successfully processed conversions. Proto will be empty for rows that received an error. Results are not returned when validate_only is true.
|
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 the results of uploading call conversions, detailing successes and partial failures."],["`partial_failure_error` field contains errors encountered during conversion processing within the conversions list."],["`results` field includes details of successfully processed conversions; it's empty for errors and when `validate_only` is true."]]],["The core content details the response message for `ConversionUploadService.UploadCallConversions`. It includes `partial_failure_error`, which indicates errors related to conversion failures when in partial failure mode. `results[]` provides `CallConversionResult` for successfully processed conversions; this field is empty for errored rows and when `validate_only` is true. Errors outside of conversions result in RPC level error, partial errors are inside of conversions.\n"]]