AdWords request
SELECT AdGroupId,AdGroupName,AdGroupStatus,CampaignStatus,UserListName
FROM AUDIENCE_PERFORMANCE_REPORT
WHERE UserListName IN ['Base Test']

*Returns lots of records*

Google Ads request
SELECT ad_group.id, ad_group.name, ad_group.status, campaign.status, 
user_list.name FROM ad_group_audience_view 
WHERE user_list.name IN ("Base Test")

*Returns none*

Additional info
request url: 
https://googleads.googleapis.com/v10/customers/{account_id}/googleAds:searchStream

All the necessary info looks like also provided. No errors. 

Thanks you for any help! 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/66360916-7f41-4c0c-a1f3-5d04655e44fan%40googlegroups.com.

Reply via email to