Got the error while import data from API "Failed to download report. Exception says \"!!!1|||94100810|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\"
51 views
Skip to first unread message
Sachin
unread,
Jul 19, 2011, 2:49:49 AM7/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to adwor...@googlegroups.com
Hi,
Got the error while import data from AdwordApi. it is work in individual account but while pass the MCC account it gives below error.
"Failed to download report. Exception says \"!!!1|||94100810|||ReportDefinitionError.CUSTOMER_SERVING_TYPE_REPORT_MISMATCH@selector???\"
Above error come on calling the below function.
new ReportUtilities(user).DownloadReportDefinition(id, fileName);
Is there any other function or any other API call for MCC Account?
Please help us resolve this error as early as possible.
Chirag
unread,
Jul 19, 2011, 3:15:22 AM7/19/11
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to AdWords API Forum
Hi sachin,
The issue is you are trying to run the report on the MCC account.
Currently cross-client reports for v201101 are not supported so you
need to specify which client you want the report for.
You can use clientCustomerId (recommended) or clientEmail header for
it. For more details please refer to:
On Jul 19, 11:49 am, Sachin <s.r.gar...@gmail.com> wrote:
> Hi,
>
> Got the error while import data from AdwordApi. it is work in individual
> account but while pass the MCC account it gives below error.