AI-generated Key Takeaways
-
The
UploadConversionAdjustmentsResponse
message provides information about the results of uploading conversion adjustments. -
It includes
partial_failure_error
for errors within adjustments in partial failure mode andresults[]
for successfully processed adjustments. -
A
job_id
is provided for the upload batch.
Response message for ConversionAdjustmentUploadService.UploadConversionAdjustments
.
Fields | |
---|---|
|
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. |
|
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 for the upload batch. |