Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
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 --req

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
I can see in my account that there is a user list with Id 7563699192 but I am not able to get the details of that UserList using above query. On Thursday, January 26, 2023 at 1:56:29 AM UTC+5:30 Ajit Trivedi wrote: > I am using this Query SELECT user_list.id, user_list.name FROM user_list > WHE

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
I am using this Query SELECT user_list.id, user_list.name FROM user_list WHERE user_list.resource_name ='customers/2787474591/userLists/7563699192'. using java code to get the user List but I am not getting anything as the output of that query. Can you please let me know why I am not getting any

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thank you for your reply. We appreciate your patience with this concern. To answer your questions, you may refer to this client library code example. To get the UserList associated, you may use this user_list report. For a comprehensive overview of changes based from v11 to v12, you ma

Re: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-25 Thread Ajit Trivedi
Hi Thanks, for the response. However, that does not answer my question. What I am looking for is 1. I have a resourceName(String) and I want to get the UserList associated with that resourceName. In google ads API, version 9 I was doing something like this UserListServiceClient userListServiceCli

RE: What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Ajit, Thanks for reaching out to the Google Ads API team. I hope you are doing well today. With regards to your concern, you may refer to this guide and this sample code on how to Add Logical User List in version 12. Regards, Darwin Google Ads API Team ref:_00D1U1174p._5004Q2iNAzV:ref --

What is the version 11 equivalent of userListServiceClient.getUserList(resourceName) from version 9 of Google ads api?

2023-01-24 Thread Ajit Trivedi
Hi 0 I am using version 9 of com.google.ads.googleads . I was using the following code snippet to get the UserList. try (UserListServiceClient userListServiceClient = googleAdsClient.getLatestVersion().createUserListServiceClient()){ UserList