Interested in sharing your feedback about the Google Ads API?
Sign up to be invited to participate in user research!
ConversionUploadService
Service to upload conversions.
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-01-10 UTC.
[null,null,["Last updated 2025-01-10 UTC."],[[["This service enables uploading both call and click conversions for processing."],["It utilizes specific request and response structures detailed in the provided links."],["`https://www.googleapis.com/auth/adwords` OAuth scope is necessary for authorization."],["Potential errors include authentication, authorization, quota, and request-related issues, with specifics varying by conversion type."]]],["The service provides two primary actions: `UploadCallConversions` and `UploadClickConversions`. `UploadCallConversions` processes call conversions, while `UploadClickConversions` handles click conversions. Both actions return a corresponding response, and they can throw errors like Authentication, Authorization, Header, Internal, PartialFailure, Quota, or Request. Both require the `https://www.googleapis.com/auth/adwords` OAuth scope for authorization.\n"]]