Google Adwords API + Python. Multiple adwords client access account.

113 views
Skip to first unread message

Мирослав Стефанюк

unread,
Sep 30, 2016, 10:47:05 AM9/30/16
to AdWords API Forum
Goal: Need to get ALL statistic from Adwords('reportType':'CAMPAIGN_PERFORMANCE_REPORT') for ALL campaigns for ALL adwords client account.
Question: Can I get statistic for ALL campaigns for ALL adwords client account in ONE request? (Right now I can do it for one request for one account). 

Shwetha Vastrad (AdWords API Team)

unread,
Sep 30, 2016, 2:39:40 PM9/30/16
to AdWords API Forum
Hi,

A given report request can only include data from a single AdWords account. However, you can use the parallel_report_download example to download reports for all accounts directly under a manager account in parallel threads. This example uses ManagedCustomerService to get a list of accounts under your manager account and then spawns multiple threads to download reports for these accounts. Example code in other languages are available here.

Regards,
Shwetha, AdWords API Team.

Reply all
Reply to author
Forward
0 new messages