Hello Alex, I just tried scheduling a report with the following definition in the v13 Sandbox and it was successful:
<SOAP-ENV:Body> <scheduleReportJob xmlns='https://adwords.google.com/api/adwords/ v13'> <job xsi:type='DefinedReportJob'> <name>API Test</name> <startDay>2009-01-01</startDay> <endDay>2009-02-01</endDay> <aggregationTypes>Daily</aggregationTypes> <selectedReportType>Campaign</selectedReportType> <selectedColumns>Campaign</selectedColumns> <selectedColumns>CampaignId</selectedColumns> <selectedColumns>CampaignStatus</selectedColumns> <selectedColumns>Clicks</selectedColumns> <selectedColumns>Cost</selectedColumns> <selectedColumns>DailyBudget</selectedColumns> <selectedColumns>Impressions</selectedColumns> <selectedColumns>impShare</selectedColumns> <selectedColumns>exactMatchImpShare</selectedColumns> </job> </scheduleReportJob> </SOAP-ENV:Body> Does that look like the SOAP body you're sending in your request? Cheers, -Jeff Posnick, AdWords API Team On Jun 11, 2:56 am, jalxm <a.magde...@gmail.com> wrote: > Hello guys, > > I see that I can't create reports in Sandbox in accord with > documentation. > For example, I would like to create report "Campaign" - "Daily" with > the following selected columns: "Campaign", "CampaignId", > "CampaignStatus", "Clicks", "Cost", "DailyBudget", "Impressions", > "exactMatchImpShare", "impShare". > Link for that > report:http://code.google.com/apis/adwords/docs/developer/adwords_api_report... > > It works fine in production environment but it doesn't work in > sandbox. > I have got the following exception. > ---- cut ----- > Exception in thread "main" AxisFault > faultCode: {http://schemas.xmlsoap.org/soap/envelope/} > Server.userException > faultSubcode: > faultString: One or more report job parameters is invalid. > faultActor: > faultNode: > faultDetail: > {https://adwords.google.com/api/adwords/v13}fault: > <ns1:code>30</ns1:code> > > <ns1:message>One or more report job parameters is invalid.</ > ns1:message> > > <ns1:trigger> The following columns are not supported by the > Report Type Campaign : [impShare, exactMatchImpShare]</ns1:trigger> > > One or more report job parameters is invalid. > ---- cut ----- > > The report will be added in Google Sandbox if I remove these columns > declared in exception. > I can see new report few minutes w/o any data (empty report). > Btw, I can't see that reportID with webservice call > ReportService.getAllJobs() > > Is it correct? > and we can't use sandbox for testing our own reports. > > Thanks, > Alex --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---