Hi, Thank you for reaching out to the Google Ads API support team.
In order to assist you, could you please provide us with the uncropped UI screenshot with a visible customer Id by highlighting the fields that you are trying to retrieve using Google Ads API. You can provide the requested data by "*Reply privately to the author option*, or *direct private reply *to this email. Thanks, Google Ads API team. On Tuesday, September 30, 2025 at 4:57:52 AM UTC+5:30 [email protected] wrote: > Hello, > > I have this query to retrieve some metrics: > SELECT > ad_group_criterion.display_name, > ad_group_criterion.type, > campaign.name, > ad_group.name, > ad_group_criterion.status, > metrics.clicks, > metrics.impressions, > customer.currency_code, > metrics.cost_micros, > metrics.conversions, > metrics.cross_device_conversions, > metrics.ctr, > campaign.targeting_setting.target_restrictions, > campaign.status, > metrics.conversions_value > FROM ad_group_audience_view > WHERE segments.date DURING LAST_30_DAYS > AND campaign.advertising_channel_type = 'SEARCH' > AND ad_group.status = 'ENABLED' > AND campaign.status = 'ENABLED' > > However, when I go into the the Audience Segments data table in the UI, I > see that it also displays metrics for audience segments that are not > associated with any ad groups. > > I'm unsure how I can get this data as well using the API. I've tried > querying from campaign_view, but I keep receiving all-zero metrics. I'm > also confused on how I would split the campaign metrics up between each > audience segment. > > Guidance is appreciated. > Thanks! > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 [email protected] To unsubscribe from this group, send email to [email protected] 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 [email protected]. To view this discussion visit https://groups.google.com/d/msgid/adwords-api/98ab3063-e2eb-4d34-b5df-158a85fc6093n%40googlegroups.com.
