UploadClickConversionsResponse
Stay organized with collections
Save and categorize content based on your preferences.
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.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-11-25 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-11-25 UTC."],[[["The `partial_failure_error` field provides detailed error messages for any conversion failures during the upload process, offering insights for troubleshooting."],["The `results[]` field contains a list of `ClickConversionResult` objects, each representing a successfully processed conversion, providing confirmation of successful uploads."],["The `job_id` acts as a unique identifier for the entire batch of uploaded conversions, facilitating tracking and management of the upload job."]]],[]]