Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-13 Thread Alexander Nitschke
No, email and password are those of your normal login. You have to set the CustomerId of the AdwordsUser object before downloading the report, for example (in Visual Basic .NET): TryCast(AdWordsUser.Config, AdWordsAppConfig).ClientCustomerId = GCustomerId, where AdWordsUser would be your user

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-12 Thread Alexander Nitschke
I say you aren't specifying the client. Reporting for multiple clients isn't possible anymore with the adhoc reports, so you have to get a report for each client (and specify the client of course). -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion

Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-11 Thread Reinhold Maurus
I have converted a Keyword Performance Program in MS VS 2008 c# to API v201209 and have an error when downloading a report. Error Code: ?xml version=1.0 encoding=UTF-8 standalone=yes?reportDownloadErrorApiErrortypeReportDownloadError.MISSING_PARAMETER/typetriggerMissing client