UploadClickConversionsResponse

  • This page describes the response message for the ConversionUploadService.UploadClickConversions method.

  • The response includes partial_failure_error for errors within conversions in partial failure mode and results for successfully processed conversions.

  • A job_id is also included for the upload batch.

Response message for ConversionUploadService.UploadClickConversions.

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.