Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
UploadConversionAdjustmentsResponse
Stay organized with collections
Save and categorize content based on your preferences.
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 2025-02-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 2025-02-25 UTC."],[[["The `partial_failure_error` field provides details about errors related to conversion adjustment failures during the process, especially in partial failure mode."],["The `results` field includes information about successfully processed conversion adjustments, remaining empty for those with errors."],["A unique `job_id` is assigned to each upload batch for tracking purposes."]]],["The response message from `ConversionAdjustmentUploadService.UploadConversionAdjustments` includes a `job_id` for the upload batch. It returns a list of `ConversionAdjustmentResult` for successful adjustments. Errors related to conversion adjustments are captured in `partial_failure_error`, provided when all errors are within the adjustments. No results are given when validate_only is true. Errors outside adjustments will return an RPC level error.\n"]]