Hello Yevhen,

Michael here from Google Ads API Team. Thank you for reaching out to us.


With regards to your concern, I'm afraid that there isn't way to make subquery 
in Google ads query language, however, you may use below GAQL to get the 
performance data for at the Ad level.

SELECT ad_group_ad.ad.name, metrics.impressions FROM ad_group_ad WHERE 
metrics.impressions > 1000


To get the data at Ad_group level, you may use below GAQL:


SELECT ad_group.name, ad_group.id, metrics.impressions FROM ad_group WHERE 
metrics.impressions > 1000


In addition, you may also utilize the Google Ads query builder should you need 
to output other resources. Furthermore, if you are expecting data that you are 
seeing on the Ads UI, then you may provide us the complete Ads UI screenshot 
without cropping via reply privately to author option, so that we can check 
better.

Regards,

Michael Angelo
Google Ads API Team
ref:_00D1U1174p._5004Q2faAFj:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/95H0O000000000000000000000000000000000000000000000RJVXQ000mEuy7z2VQdmlyriFY8CMgQ%40sfdc.net.
  • Ho... Yevhen Serdiuk
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to