The job : <job xsi:type='impl:DefinedReportJob' > <selectedReportType>Campaign</selectedReportType> <name>Hourly Report</name> <aggregationTypes>HourlyByDate</aggregationTypes> <startDay>2009-04-01</startDay> <endDay>2009-04-01</endDay> <selectedColumns>Campaign</selectedColumns> <selectedColumns>CampaignId</selectedColumns> <selectedColumns>CPC</selectedColumns> <selectedColumns>CTR</selectedColumns> <selectedColumns>CampaignStatus</selectedColumns> <selectedColumns>Clicks</selectedColumns> <selectedColumns>Cost</selectedColumns> <selectedColumns>DailyBudget</selectedColumns> <selectedColumns>Impressions</selectedColumns> </job>
The following exception is generated by the "scheduleReportJob" (while the validateReportJob succeeded) : Report job failed validation due to the following error: "org.xml.sax.SAXException: Unable to create JavaBean of type com.google.ads.netapi.services.report.ReportJob. Missing default constructor? Error was: java.lang.IllegalAccessException: Class org.apache.axis.encoding.ser.BeanDeserializer can not access a member of class com.google.ads.netapi.services.report.ReportJob with modifiers "protected".". + other problem: API doc specifies <selectedColumns>CPM</ selectedColumns> could be included in this type of report, but presence of this field in the report generates : Report job failed validation due to the following error: "One or more report job parameters is invalid.". Both problems encountered with both v12 and v13 and Ruby API (test based on schedule_report.rb example). Any idea somebody ? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en -~----------~----~----~----~------~----~------~--~---
