Hi,
Thank you for reaching out to the Google Ads API support team.
In order to assist you further, could you provide the uncropped screenshot of the UI by highlighting the fields you wanted to retrieve from the API with the visibility of Google Ads customer ID.
You can send the details via Reply privately to the author option or direct private reply to this email.
![]() |
Google Ads API Team |
[2025-10-08 15:48:34Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u8YXz:ref" (ADR-00334936)
SELECT keyword_view.resource_name, ad_group_criterion.criterion_id, ad_group_criterion.type,
ad_group_criterion.quality_info.quality_score FROM keyword_view WHERE
ad_group_criterion.criterion_id = {ad_group_criterion_ID} AND ad_group_criterion.type = 'KEYWORD'
You can use the search or searchStream methods in making the API calls while retrieving the data. Additionally, you can utilize the Google Ads Query Builder and Query Validator to build and validate the queries for retrieving the data from the Google Ads API.![]() |
Google Ads API Team |
[2025-10-09 02:44:58Z GMT] This message is in relation to case "ref:!00D1U01174p.!500Ht01u8YXz:ref" (ADR-00334936)