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 o

Re: Error Missing Parameter with function DownloadClientReport (v201209)

2012-12-12 Thread Reinhold Maurus
Dear Alexander, thanks for the answer. Is there a code example covering this? Does it mean the Download function needs the email and password of each client? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com htt

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 g

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: ReportDownloadError.MISSING_PARAMETERMissing client information See attached code snippets. I checked all parameters and they look correct. I´m using t