Re: Migration from AdWords API to Google Ads API for upload to Audience help

2022-11-28 Thread derek
Hi Will explore the REST API option. Which REST API end points can I use to upload a list containing Email Address, Country Code, First Name, Last Name, Phone, Zip to a user list id? On Monday, 28 November 2022 at 21:42:10 UTC+8 adsapi wrote: > Hi Derek, > > Thanks for getting back to us. > >

Re: Migration from AdWords API to Google Ads API for upload to Audience help

2022-11-28 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Derek, Thanks for getting back to us. I can see that you getting error with following: "] Uncaught exception in the SynchronizationContext. Panic! java.lang.IllegalStateException: Could not find policy 'pick_first'. Make sure its implementation is either registered to LoadBalancerRegistry o

Re: Migration from AdWords API to Google Ads API for upload to Audience help

2022-11-27 Thread derek
Hi I followed the code example to create query with *GoogleAdsService.searchStream* : but encountered the following exception Nov 28, 2022 11:21:58 AM io.grpc.internal.ManagedChannelImpl$2 uncaughtE

RE: Migration from AdWords API to Google Ads API for upload to Audience help

2022-11-21 Thread 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
Hi Derek, Thanks for reaching out to the Google Ads API Forum. For you to migrate, you may refer to this guide for how to migrate from building user lists with AdwordsUserListService in the AdWords API to using UserDataService in the Google Ads API in order to sync Customer Match data. For mor

Re: Migration from AdWords API to Google Ads API for upload to Audience help

2022-11-21 Thread derek
The getUserList method is to select a list of List ID and find a match with the passed in id. May I know which library or query I can use to get this list of List ID? This is the List ID I am referring to, [image: LIST_ID.PNG] As for the upload of the user list (mutateMembers method), it is t