Hi Raquel, Thank you for getting back to us.
Regarding your concern, the following fields display the audience segments and their types as visible in the provided UI: ad_group_criterion.type ad_group_criterion.display_name I would recommend you refer to the ad_group_audience_view resource to retrieve the audience segments and their types from the Google Ads API. Please find the sample GAQL query: SELECT ad_group_audience_view.resource_name, campaign.name, campaign.status, ad_group_criterion.type, ad_group_criterion.display_name, ad_group_criterion.criterion_id, user_list.name, user_list.id FROM ad_group_audience_view 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. This message is in relation to case "ref:!00D1U01174p.!5004Q02qVK3f:ref" Thanks, Google Ads API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/aVm0g000000000000000000000000000000000000000000000S4W79X00rhJQdUo_SdydZf53DtjRPQ%40sfdc.net.
