![]() |
Google Ads API Team |
[2025-02-24 16:09:04Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3YU:ref" (ADR-00289520)
Hi,
The provided screenshot is cropped and some data in the screenshot was hidden. So to check the feasibility of fetching the data and give the appropriate query, kindly provide the uncropped Google Ads UI screenshot where the respective data is clearly visible.
You can send the details via the Reply privately to the author option or a direct private reply to this email.
![]() |
Google Ads API Team |
[2025-02-24 22:05:51Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3YU:ref" (ADR-00289520)
Hi,
I understand you need to fetch the audience segments data using Google Ads API. I would recommend you to use campaign_audience_view or ad_group_audience_view resources which allows you to fetch the data related to audience segments within your campaigns or ad groups respectively.
![]() |
Google Ads API Team |
[2025-02-27 11:16:08Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3YU:ref" (ADR-00289520
Hi,
Kindly note that you may use the ad_group_audience_view report to obtain audience performance data at ad group level through the Google Ads API. You may refer to the sample query below for obtaining the fields shown in your screenshot. However, the Audience segment field and its type are not yet supported in the Google Ads API. I will raise a request to add this feature to be available in the Google Ads API. We cannot provide a scheduled timeline for the availability of this feature in the Google Ads API. I would recommend you please follow our Release Notes and Blog Post for future updates.
SELECT campaign.name, ad_group.name, ad_group_audience_view.resource_name, campaign.status, ad_group.status, metrics.impressions, metrics.average_cost, metrics.cost_micros, metrics.average_cpv, metrics.average_cpm, metrics.interactions, metrics.interaction_rate, metrics.conversions, metrics.cost_per_conversion, metrics.cost_per_all_conversions, metrics.conversions_from_interactions_rate, ad_group.id, campaign.id, segments.ad_network_type, metrics.clicks FROM ad_group_audience_view
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-09-12 04:56:07Z GMT] This message is in relation to case "ref:!00D1U01174p.!5004Q02vH3YU:ref" (ADR-00289520)