Google AdWords API - Report Definition Issue

We are updating API 201109 to 2012. In 201109, you can run a report and return data for any client using an Adwords account (including MMC).

Now I get the error "CUSTOMER_SERVING_TYPE_REPORT_MISMATCH" with version 201209. https://developers.google.com/adwords/api/docs/troubleshooting?hl=en#ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMAT

Can you shed some light on why you can no longer generate a report (and how to fix it) using ReportDefinitionService for clients in your MMC account?

+4
source share
2 answers

Even I received the same error when the client-client ID was set to the MCC ID, but when I changed it to the client ID of a specific Adwords account, this error did not occur.

I think you cannot create a report on all customer accounts in MCC (if you are trying to do this). You will have to create separate reports for each customer account.

Hope this helps: D

+1
source

You can download the list of account identifiers from the account hierarchy report, and then run your reports for each account identifier. Sorry, MCC request no longer works

0
source

Source: https://habr.com/ru/post/1445646/


All Articles