Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
UploadClickConversionsResponse
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[]
|
ClickConversionResult
Returned for successfully processed conversions. Proto will be empty for rows that received an error. Results are not returned when validate_only is true.
|
job_id
|
int64
Job ID for the upload batch.
|
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 2024-10-12 UTC.
[null,null,["Last updated 2024-10-12 UTC."],[[["The `partial_failure_error` field provides details on conversion failures within the batch and directs to guidance on partial failures."],["`results[]` contains the outcome for each successfully processed conversion, remaining empty for errors or if validate_only is true."],["A `job_id` is assigned to each upload batch for tracking purposes."]]],["The response to `ConversionUploadService.UploadClickConversions` includes potential `partial_failure_error` messages related to conversion failures. It returns `results[]`, containing `ClickConversionResult` for successfully processed conversions, but not when `validate_only` is true. If there are errors unrelated to conversions, an RPC-level error will occur. A `job_id` (int64) is provided for the upload batch.\n"]]