AI-generated Key Takeaways
-
The
UploadClickConversionsResponsemessage provides details on the outcome of uploading click conversions. -
It includes
partial_failure_errorfor conversion-specific errors,results[]for successfully processed conversions, andjob_idfor the upload batch identifier. -
Errors can be conversion-specific (
partial_failure_error) or RPC level (outside of conversions), with more details on partial failures available in the provided documentation link. -
Successfully processed conversions are returned in
results[], but results are empty for rows with errors and not returned whenvalidate_onlyis true.
Response message for ConversionUploadService.UploadClickConversions.
| Fields | |
|---|---|
|
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. |
|
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 for the upload batch. |