Hi,

AdWords API doesn't support MCC reports. You have to enumerate the client 
accounts using ManagedCustomerService.get, then run reports for each client 
accounts, then join the individual reports into a single report.

See 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/AccountManagement/GetAccountHierarchy.php,
 
https://github.com/googleads/googleads-php-lib/blob/master/examples/AdWords/v201402/Reporting/DownloadCriteriaReport.php
 
for code examples in 
PHP. https://developers.google.com/adwords/api/docs/appendix/reports 
supports all the available report types and columns.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

On Monday, May 12, 2014 3:59:03 AM UTC-7, Dzu wrote:
>
> Hello,
>
> I just wanna ask, its way to download reports with Google API -> "Client 
> reporting" reports from MCC with API (schedule report)?
>  
> I need allways at monday the list of active clients with impr >= 1, but 
> not to email, i need take it with API to my system. 
>
> thx!
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to