Looking for Google Ads API endpoint to monitor Offline Conversion job data/pull data from google ads

50 views
Skip to first unread message

Aravind Raineni

unread,
Jul 30, 2025, 10:24:59 AMJul 30
to Google Ads API and AdWords API Forum
Hello Team,
We are building an  RCA dashboard to monitor and validate Offline Conversion uploads to Google Ads. As part of this, we need access to both:
  1. Job-level status information (success/failure, error messages, timestamps)
  2. Uploaded data summary (gclid, conversion name, conversion time, etc.)
Our goal is to monitor the health of each offline upload job and compare submitted data with our internal systems (e.g., Mixpanel/Databricks). We need an Ads API endpoint (or set of endpoints) that can:
  • List past jobs with metadata
  • Return data records from each job
  • Indicate success/failure at both row-level and job-level
Ask:
  • Endpoint name(s) and required parameters
  • Scopes and authentication setup

Google Ads API and AdWords API Forum

unread,
Jul 31, 2025, 3:34:40 AMJul 31
to Google Ads API and AdWords API Forum
Hi,

Thank you for reaching out to the Google Ads API support team.

Please be informed that you are referring to the correct document from the Google Ads API. I would recommend you use the Google Ads API to retrieve offline data diagnostics, which contain information about the overall health of your conversion import and adjustment processes. To retrieve account level conversion upload diagnostics, use the following GAQL query:

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.pending_event_count,
  offline_conversion_upload_client_summary.pending_rate,
  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_summary

This query returns separate OfflineConversionUploadClientSummary rows for each type of client used in recent imports. To retrieve conversion upload diagnostics at the conversion action level, use the following GAQL query:

SELECT
  offline_conversion_upload_conversion_action_summary.conversion_action_name,
  offline_conversion_upload_conversion_action_summary.alerts,
  offline_conversion_upload_conversion_action_summary.client,
  offline_conversion_upload_conversion_action_summary.daily_summaries,
  offline_conversion_upload_conversion_action_summary.job_summaries,
  offline_conversion_upload_conversion_action_summary.last_upload_date_time,
  offline_conversion_upload_conversion_action_summary.pending_event_count,
  offline_conversion_upload_conversion_action_summary.status,
  offline_conversion_upload_conversion_action_summary.successful_event_count,
  offline_conversion_upload_conversion_action_summary.total_event_count
FROM offline_conversion_upload_conversion_action_summary
WHERE offline_conversion_upload_conversion_action_summary.conversion_action_id = < INSERT CONVERSION ACTION ID >

Similar to account level diagnostics, this query returns separate OfflineConversionUploadConversionActionSummary rows for each type of client used in recent imports. For example, if you recently imported both the Google Ads API and the Google Ads UI, the results contain separate entries for the client values of GOOGLE_ADS_API and GOOGLE_ADS_WEB_CLIENT. The successful_count, failed_count, and pending_count of the 7 most recent import requests, grouped by job_id. The job_id is an optional field of UploadClickConversionsRequest and UploadConversionAdjustmentsRequest. I would recommend you refer to the guide How to interpret these summaries for more details. Also, kindly go through the document Monitor offline data diagnostics to get more information. 

I hope this helps! Feel free to get back to us in case of any further queries.

Thanks & Regards,
Google Ads API support team.

Raineni, Aravind

unread,
Jul 31, 2025, 1:11:41 PMJul 31
to adwor...@googlegroups.com, Miller, Edward

Hi,

Thanks for the information, but after going through it I couldn't understand the response I’m looking for which is endpoint, how we can fetch the data here as we didn’t know what is the endpoint to pull the data from google ads.

 

Aravind Raineni

Sr. Data Collection Engineer

MarTech Data - Digital Solutions

MCIT 

 

NYU Langone Health

One Park Avenue

New York, NY 10016

nyulangone.org

med.nyu.edu

--

Request Reporting or New Tracking

 

From: Google Ads API and AdWords API Forum <adwor...@googlegroups.com>
Sent: Thursday, July 31, 2025 3:35 AM
To: Google Ads API and AdWords API Forum <adwor...@googlegroups.com>
Subject: Re: Looking for Google Ads API endpoint to monitor Offline Conversion job data/pull data from google ads

 

[EXTERNAL]

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
 
You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwor...@googlegroups.com
To unsubscribe from this group, send email to
adwords-api...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups "Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email to adwords-api...@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/adwords-api/3ebdbf38-cc47-47f7-b11f-cf92a296f60bn%40googlegroups.com.


------------------------------------------------------------
This email message, including any attachments, is for the sole use of the intended recipient(s) and may contain information that is proprietary, confidential, and exempt from disclosure under applicable law. Any unauthorized review, use, disclosure, or distribution is prohibited. If you have received this email in error please notify the sender by return email and delete the original message. Please note, the recipient should check this email and any attachments for the presence of viruses. The organization accepts no liability for any damage caused by any virus transmitted by this email.
=================================

Google Ads API Forum Advisor

unread,
Jul 31, 2025, 3:04:30 PMJul 31
to adwor...@googlegroups.com, eddie....@nyulangone.org
Hi,

I would recommend that you refer to this SearchStream endpoint to run the earlier provided queries. Please refer to the path parameters and request body before making the API call. Also, you may use this REST API Interface to execute the query.

Hope this helps. If you have any more queries, please feel free to get back to us.

Thanks,
 
Google Logo Google Ads API Team

Feedback
How was our support today?

rating1    rating2    rating3    rating4    rating5
[2025-07-31 19:03:14Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01sxTFz:ref" (ADR-00323364)



Reply all
Reply to author
Forward
0 new messages