Hi Nalica, There are 2 possibilities.
1) The customer id you have is an Advertiser account. If so, run a normal AdWords api report. 2) The customer id you have is an MCC account (and hence represents multiple accounts). In this case, use ServicedAccountService.get to retrieve the list of child accounts under this MCC. Then run one report each for each id thus retrieved. You can share the same developer token, no issues on that front. Also, see 1. Getting account hierarchy: http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/AccountManagement/GetAccountHierarchy.cs 2. Reporting for a single advertiser account: http://code.google.com/apis/adwords/docs/guides/reporting.html, and http://code.google.com/p/google-api-adwords-dotnet/source/browse/trunk/examples/csharp/v201109/Reporting/DownloadCriteriaReport.cs if you are using the .NET client library. Cheers, Anash P. Oommen, AdWords API Advisor. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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