SELECT customer.conversion_tracking_setting.conversion_tracking_id, customer.conversion_tracking_setting.conversion_tracking_status, customer.conversion_tracking_setting.cross_account_conversion_tracking_id, customer.conversion_tracking_setting.google_ads_conversion_customer FROM customerYou may need to check the account reflected in google_ads_conversion_customer that manages conversions for the account. That said, you may need to upload to the correct account to avoid said error.
![]() |
Google Ads API Team |
SELECT customer.id, offline_conversion_upload_client_summary.alerts, offline_conversion_upload_client_summary.client, offline_conversion_upload_client_summary.daily_summaries, offline_conversion_upload_client_summary.job_summaries, offline_conversion_upload_client_summary.last_upload_date_time, offline_conversion_upload_client_summary.resource_name, offline_conversion_upload_client_summary.status, offline_conversion_upload_client_summary.success_rate, offline_conversion_upload_client_summary.successful_event_count, offline_conversion_upload_client_summary.total_event_count FROM offline_conversion_upload_client_summaryYou can execute this query to check your status of your previously uploaded conversions. I hope this helps.
Hi,
Thank you for getting back to us.
Please find an answer below for your query.
The response shows NO_CONVERSION_ACTION_FOUND, it just means one of my upload order's conversion not found? Or "conversion_action: "customers/6619459227/conversionActions/6731257876" not found?
Kindly note that the CONVERSION_NOT_FOUND error will occur for the reasons below. You may check the below details to consider with regards to the conversion not found error:
You must specify the order_id in the ConversionAdjustment under any of these conditions:
If you specify the gclid_date_time_pair instead, the operation will fail with a ConversionAdjustmentUploadError.MISSING_ORDER_ID_FOR_WEBPAGE or ConversionAdjustmentUploadError.CONVERSION_NOT_FOUND error, respectively.
I also observe that CONVERSION_TRACKING_MANAGED_BY_ANOTHER_MANAGER has status, which means that the conversion actions are created and managed by a manager different from the customer or manager specified in the request's login-customer-id. If this customer is using cross-account conversion tracking, the value returned will differ based on the login-customer-id of the request. You may refer to this article for more information about cross-account conversion tracking.
As said earlier, you must add transaction IDs, also known as order IDs, to your conversion tracking tag by following the instructions in the Help Center. Google Ads requires these to be able to find the conversion to enhance. You may refer to the "Configure Tagging" guide for more information. Also, note that enhanced conversions for web enable you to improve the accuracy of your web conversion measurement by uploading conversion adjustments that contain transaction IDs and hashed user identifiers. I would recommend that you kindly refer to the "Implement Enhanced Conversions for Web" documentation for more information on how to set the order IDs.
I hope it helps.