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/04832e15-b4f3-4568-8beb-56f2ab424c7an%40googlegroups.com.
