Hi Joe,

Yes, that's correct. Every API service such as CampaignService 
<https://developers.google.com/adwords/api/docs/reference/v201702/CampaignService>
 can 
only be executed on a per account basis and not for multiple accounts so 
you need to have separate API calls for every account you want to pull 
entities from such as campaigns. 

The getAccountHierarchy sample code 
<https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201702/account_management/get_account_hierarchy.py>
 you 
referred to earlier for getting the list of clientCustomerId is a good 
starting reference for your development. After which, you can execute 
separate API calls for each clientCustomerId as you've mentioned.

In addition, you may refer to this guide 
<https://developers.google.com/adwords/api/docs/guides/samples-use-cases#dsDropDownDefault>
 as 
reference for programmatically changing the clientCustomerId on runtime.

Regards,
Ivan
AdWords API Team

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/ab988c20-0334-42ce-83cb-2494bffea6b2%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to