Hi, Thank you for raising this concern to the Google Ads API Forum.
With regard to your concern, the following fields to get the audience segments and type as can be seen in the provided UI: ad_group_criterion.type ad_group_criterion.display_name With this, you may try the below query: SELECT campaign.name, ad_group.name, ad_group_audience_view.resource_name, ad_group_criterion.type, ad_group_criterion.display_name, metrics.clicks, metrics.conversions, metrics.impressions, metrics.cost_micros FROM ad_group_audience_view I hope it helps, let me know what goes after. Best regards, Jinky Google Ads API Team ref:_00D1U1174p._5004Q2exbav:ref -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 on the web visit https://groups.google.com/d/msgid/adwords-api/DgdKC000000000000000000000000000000000000000000000RJA6U700OnLooINIRrS39znniwclMQ%40sfdc.net.
