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 involves the failure of the method, in particular at this level (code 
below).

for (Entry<Long, Long> parentIdEntry : parentIdToChildIds.entries()) {
        parentNode = customerIdToCustomerNode.get(parentIdEntry.getKey());
        childNode = customerIdToCustomerNode.get(parentIdEntry.getValue());
        childNode.parentNode = parentNode;
        parentNode.childAccounts.add(childNode);
    }

How can fix it? Can you help me to find a solution? 
Thanks
CarmineP

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7e51f806-0249-41ea-a52d-e8a14c63f60c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... Carmine Pagliaro
    • ... 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum
      • ... Carmine Pagliaro
        • ... 'Dhanya Sundararaju (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to