Hi Ajit, I work with Jinky. Thanks for getting back to us.
I've tried to pull the user list 7563699192 on my end against account 2787474591, and I was successfully able to pull it on my end. Can you try following the steps in this guide and perform a cURL request with your query? curl -f --request POST "https://googleads.googleapis.com/v12/customers/2787474591/googleAds:search" \ --header "Content-Type: application/json" \ --header "developer-token: ${DEVELOPER_TOKEN}" \ --header "login-customer-id: ${MANAGER_CUSTOMER_ID}" \ --header "Authorization: Bearer ${OAUTH2_ACCESS_TOKEN}" \ --data '{ "pageSize": 10, "query": " SELECT user_list.id, user_list.name FROM user_list WHERE user_list.resource_name ='customers/2787474591/userLists/7563699192' " }' If the returned rows is still empty, and in order to further check why your query did not return any results, kindly provide us with the complete request and response logs with request header generated on your end when your query returns empty results. You may then send the requested logs via the Reply privately to author option. If this option is not available, you may send the details directly to our [email protected] alias instead. For the client library, logging can be enabled by navigating to the Client libraries > Your client library (ex. Java) > Logging documentation, which you can access from this link . Regards, Abigail Google Ads API Team ref:_00D1U1174p._5004Q2iNAzV: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/LbYvL000000000000000000000000000000000000000000000RP2TI900aCRQsmaXScqumAgOXgLvSA%40sfdc.net.
