AI-generated Key Takeaways
-
This message describes the response from the
ConversionUploadService.UploadClickConversions
operation. -
The
partial_failure_error
field contains errors for individual conversion failures when partial failure mode is enabled. -
The
results
field contains the results for successfully processed conversions. -
The
job_id
field provides a unique identifier for the upload batch.
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. |