Hello, The ManagedCustomerService <https://developers.google.com/adwords/api/docs/reference/v201601/ManagedCustomerService> could be used to get all accounts in the MCC based on campaign status. You could use CAMPAIGN_PERFORMANCE_REPORT which gives statistics aggregated by default at the campaign level. The report has CustomerDescriptiveName <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#customerdescriptivename> , CampaignStatus fields. The report data could be filtered based on CampaignStatus <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report#campaignstatus>(e.g. ENABLED, PAUSED, REMOVED etc.). You need to run a CAMPAIGN_PERFORMANCE_REPORT report for each account in your MCC separately. If you need to gather reporting data for multiple accounts, submit a separate CAMPAIGN_PERFORMANCE_REPORT report request for each account by setting the clientCustomerId header. Please check out CAMPAIGN_PERFORMANCE_REPORT <https://developers.google.com/adwords/api/docs/appendix/reports/campaign-performance-report> and Reporting on multiple accounts <https://developers.google.com/adwords/api/docs/guides/reporting#multiple-accounts> section of the reporting basics guide <https://developers.google.com/adwords/api/docs/guides/reporting>.
Thanks, Umesh, 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 [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 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/228d1721-de4d-4c6e-947f-42e35df73837%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
