UploadConversionAdjustmentsResponse

  • The response message for UploadConversionAdjustments includes information on partial failure errors, successful results, and a job ID for the upload batch.

  • partial_failure_error provides details on errors specific to conversion adjustment failures when partial failure mode is enabled.

  • results[] contains the outcome for successfully processed adjustments and is empty for rows with errors or when validate_only is true.

  • job_id is a unique identifier for the upload batch.

Response message for ConversionAdjustmentUploadService.UploadConversionAdjustments.

Fields

partial_failure_error

Status

Errors that pertain to conversion adjustment failures in the partial failure mode. Returned when all errors occur inside the adjustments. If any errors occur outside the adjustments (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[]

ConversionAdjustmentResult

Returned for successfully processed conversion adjustments. 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.