Hi, Am trying to get connected with serviced_account_service by using my mailId, password, clientmailId,developer token. But in Serviced Account graph am getting zero accounts. U can see my below code. Thnx in adv. Its my account where billing has done on it.
AdWordsUser user = new AdWordsUser("XXXX", "XXXX", "google", "XXXXX"); // Get the ServicedAccountService. ServicedAccountServiceInterface servicedAccountService = user.getService(AdWordsService.V201109.SERVICED_ACCOUNT_SERVICE); // Create selector. ServicedAccountSelector selector = new ServicedAccountSelector(); // To get the links paging must be disabled. selector.setEnablePaging(false); CustomerId c=null; //c.setId(Long.MIN_VALUE); long[] l = new long[]{8136225734L}; selector.setCustomerIds(l); // Get serviced account graph. ServicedAccountGraph graph = servicedAccountService.get(selector); -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en