Hi Mehmet, AdWords API doesn't support MCC level reports, you get this error if you set an MCC id for clientCustomerId when making API call. You need to set this to an advertiser account's customer id to fix the error. If you need to run MCC level reports, then you need to retrieve your client accounts first, and run reports on each client account individually. You could refer to https://code.google.com/p/google-api-adwords-php/source/browse/examples/AdWords/v201309/AccountManagement/GetAccountHierarchy.php for details on how to retrieve account hierarchy.
Cheers, Anash P. Oommen, AdWords API Advisor. On Friday, November 1, 2013 6:57:23 PM UTC-4, mehmet koc wrote: > > Hi, > > I'm trying to download a report using DownloadCriteriaReport.php on > Adwords PHP client. > And I'm getting this error message: > ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH > > I've seen similar posts on the forum and the problem is said to be related > with wrong client id. > My client id is 117-398-2261 and it's for MCC. > Can I use this to download reports? > > Thanks, > Mehmet > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://googleadsdeveloper.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 [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]. For more options, visit https://groups.google.com/groups/opt_out.
