UploadCallConversionsResponse

  • The response message for ConversionUploadService.UploadCallConversions contains information about the results of uploading call conversions.

  • partial_failure_error indicates errors that occurred for individual conversions when using partial failure mode.

  • results lists the successfully processed call conversions.

Response message for ConversionUploadService.UploadCallConversions.

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.