Getting metrics for Audience Segment with no associated Ad Group

11 views
Skip to first unread message

Addy Yang

unread,
Sep 29, 2025, 7:27:52 PM (yesterday) Sep 29
to Google Ads API and AdWords API Forum
Hello,

I have this query to retrieve some metrics:
SELECT
ad_group_criterion.display_name,
ad_group_criterion.type,
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!
Reply all
Reply to author
Forward
0 new messages