Hi,
Thank you for reaching out to the Google Ads API support team.
Based on the mentioned screenshot, I understand that you would like to retrieve the highlighted field through the Google Ads API. I would suggest trying the campaign resource to retrieve the data for your campaign. Here is the suggested query:
SELECT segments.click_type, metrics.average_cost, metrics.cost_micros, metrics.ctr, metrics.impressions, metrics.average_cpc FROM campaign
Also, you can utilize GoogleAdsService.SearchStream or GoogleAdsService.Search to retrieve the objects. I would suggest you use the Query Builder to build your query and Query Validator to validate your query.
![]() |
Google Ads API Team |