
Re-posting the last inquiry (https://groups.google.com/g/adwords-api/c/Yfsqi2GGHco) from the forum as it wasn't routed to our support queue.
Hello Yaar,
Thank you for getting back to us.
I have tried your shared failed query on our end and it appears to be successful. Please find the below query if it matches exactly to your use case, as there may be different values on filters since your shared query has additional characters on it.
{
"pageSize": 1000,
"query": "
SELECT customer.descriptive_name, customer.id, campaign.name, campaign.id, ad_group.name, ad_group.id, metrics.impressions, metrics.clicks, metrics.conversions, metrics.cost_micros, ad_group_ad.ad.id, ad_group_ad.ad.name, segments.date FROM ad_group_ad WHERE segments.date >= '2022-12-25' AND segments.date <= '2023-04-14'
"
}
The above resulted to successfully retrieving data on our end. Let me know how it goes for you.
As a side note, removing your last response on the forum thread as it contains private information.
Regards,
![]() |
Google Ads API Team |
Hi Yaar,
Thank you for the reply.
Please note that our team may only provide assistance via email. That's why we cannot attend any meeting calls. Moving forward, since we can see results from the query provided while you are not getting data with the same query, could you please provide us with the following information below?
Note that logs can be requested or provided to the developer handling the Google Ads API transactions when logging of the API requests has been enabled. You may check here and click your client library for the specific guideline to enable it.
For REST interface requests, you can enable logging via the curl command by using the -i flag. This will cause the tool to include the HTTP response headers in the output.
You may then send the requested information via the Reply privately to author option. If this option is not available, you may send the details directly to our googleadsa...@google.com alias instead.