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 userListServiceClient = googleAdsClient.getLatestVersion().createUserListServiceClient() UserList userList = userListServiceClient.getUserList(resourceName); However, google adsd api version 9 calls are blocked so I am looking for something that is equivalent to above piece of code in java in version 11 or 12 of google ads api. On Wednesday, January 25, 2023 at 1:55:11 AM UTC+5:30 adsapi wrote: > 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 > <https://developers.google.com/google-ads/api/docs/remarketing/audience-types/multiple-user-lists#java> > and > this sample code > <https://developers.google.com/google-ads/api/samples/add-logical-user-list>on > > how to Add Logical User List in version 12. > > > Regards, > [image: Google Logo] > Darwin > 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/d670a7c0-b5aa-483a-89a2-db46a2308f13n%40googlegroups.com.
