Re: Get all userlists on an account and list their names and id's in java

2018-11-20 Thread Thomas Bisballe
[19 Nov 2018 21:25:45,554-requestInfoLogger:WARN:main] Request made: Service: AdwordsUserListService Method: get clientCustomerId: 912-093-0506 URL: https://adwords.google.com/api/adwords/rm/v201802/AdwordsUserListService Request ID: 00057b0a525fdd680a81379751017e22 ResponseTime(ms): 167 Opera

Re: Get all userlists on an account and list their names and id's in java

2018-11-19 Thread 'Dannison Yao (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Thomas, The selector fields are case-sensitive. You could try using "Id" and "Name" in your selector with proper capitalization. If this does not solve the problem, could you provide the

Get all userlists on an account and list their names and id's in java

2018-11-19 Thread Thomas Bisballe
How do i get all userlists from an account and list all their names and id's. When i run AdwordsUserListServiceInterface userListService = adWordsServices.get(session,AdwordsUserListServiceInterface.class); Selector serviceSelector = new Selector(); String[] fields = {"id","name"}; serviceSelec