I have exactly the same problem. Even if I don't include CLICKS column. Here are my request and response logs:
POST /api/adwords/v13/ReportService HTTP/1.1 SOAPAction: "" Content-Type: text/xml; charset=utf-8 User-Agent: SOAP4R/1.5.8 (httpclient.rb/269, ruby 1.8.7 (2008-08-11) [i486-linux]) Date: Thu, 28 May 2009 08:48:13 GMT Content-Length: 1508 Host: adwords.google.com <?xml version="1.0" encoding="utf-8" ?> <env:Envelope xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:env="http://schemas.xmlsoap.org/soap/envelope/"> <env:Header> <developerToken env:mustUnderstand="0">DEV_TOKEN</ developerToken> <useragent env:mustUnderstand="0">USERAGENT</useragent> <applicationToken env:mustUnderstand="0">TOKEN</ applicationToken> <password env:mustUnderstand="0">PASSWORD</password> <clientEmail env:mustUnderstand="0"></clientEmail> <email env:mustUnderstand="0">EMAIL</email> </env:Header> <env:Body> <n1:validateReportJob xmlns:n1="https://adwords.google.com/api/ adwords/v13"> <n1:job xsi:type="n1:DefinedReportJob"> <n1:clientEmails>CLIENT_EMAIL</n1:clientEmails> <n1:crossClient>true</n1:crossClient> <n1:endDay>2009-05-28</n1:endDay> <n1:name>Report-2009-05-28T10:48:12+02:00</n1:name> <n1:startDay>2009-05-28</n1:startDay> <n1:aggregationTypes>Weekly</n1:aggregationTypes> <n1:selectedColumns>AdGroupId</n1:selectedColumns> <n1:selectedColumns>KeywordId</n1:selectedColumns> <n1:selectedColumns>Keyword</n1:selectedColumns> <n1:selectedColumns>ConversionName</n1:selectedColumns> <n1:selectedReportType>Keyword</n1:selectedReportType> </n1:job> </n1:validateReportJob> </env:Body> </env:Envelope> = Response HTTP/1.1 500 Internal Server Error Content-Type: text/xml; charset=utf-8 Date: Thu, 28 May 2009 08:48:14 GMT Expires: Thu, 28 May 2009 08:48:14 GMT Cache-Control: private, max-age=0 X-Content-Type-Options: nosniff Content-Length: 1451 Server: GFE/2.0 <soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/ envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> <soapenv:Header> <responseTime soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">654</responseTime> <operations soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">1</operations> <units soapenv:actor="http://schemas.xmlsoap.org/soap/actor/next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">1</units> <requestId soapenv:actor="http://schemas.xmlsoap.org/soap/actor/ next" soapenv:mustUnderstand="0" xmlns="https://adwords.google.com/api/ adwords/v13">d2cf715d4842163f25759f5083ecc79e</requestId> </soapenv:Header> <soapenv:Body> <soapenv:Fault> <faultcode>soapenv:Server.userException</faultcode> <faultstring>One or more report job parameters is invalid.</ faultstring> <detail> <ns1:fault xmlns:ns1="https://adwords.google.com/api/adwords/ v13"> <ns1:code>30</ns1:code> <ns1:message>One or more report job parameters is invalid.</ ns1:message> <ns1:trigger>The following columns are mutually exclusive : [Clicks]</ns1:trigger> </ns1:fault> </detail> </soapenv:Fault> </soapenv:Body> </soapenv:Envelope> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to adwords-api@googlegroups.com To unsubscribe from this group, send email to adwords-api+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---