Re: ManagedCustomerService get: different results links vs entries

2018-09-10 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, Could you reply privately to author with your SOAP request and response as well as your client customer id, so that I can troubleshoot further? Regarding *using key present in links list* that you mentioned, could you give a specific example? Regards, Dhanya, AdWords API Team --

Re: ManagedCustomerService get: different results links vs entries

2018-09-10 Thread Carmine Pagliaro
Hello Dhanya, the method fails because of a NullPointerException, in partiicular on this line: parentNode.childAccounts.add(childNode); because we get a null parentNode, we are using a key present in the links list but not in the entries list. Why is that? Thanks a lot for your support Kind

Re: ManagedCustomerService get: different results links vs entries

2018-09-07 Thread 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
Hi Carmine, The example gets the account hierarchy under the current account. If your current account is a MCC id, this will get all the accounts under that MCC. Could you please elaborate what you mean by 'failure of the method' along with SOAP request and response as well as your client

ManagedCustomerService get: different results links vs entries

2018-09-07 Thread Carmine Pagliaro
Hi to all, I used the following guide: https://developers.google.com/adwords/api/docs/samples/java/account-management#get-the-account-hierarchy-under-the-current-account. I noticed that different *managerCustomerId* values are present in links list but not in entries list (*customerId*). This