AI-generated Key Takeaways
-
The response message for ConversionUploadService.UploadCallConversions contains information about the results of uploading call conversions.
-
The
partial_failure_error
field indicates errors that occurred during the upload when partial failure mode is enabled. -
The
results
field contains information about successfully processed conversions, with empty entries for conversions that failed. -
Results are not returned when the
validate_only
flag is set to true.
Response message for ConversionUploadService.UploadCallConversions
.
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. |