Hi Ward, The code snippet works fine for me, what error does the server throw when you do a validateReportJob? Could you post a sanitized request and response xml here?
Cheers, Anash P. Oommen, AdWords API Advisor. On Feb 7, 10:27 am, "[email protected]" <[email protected]> wrote: > In a reply to another user, Eric Koleda posted a snippet of code like > this: > > DefinedReportJob myJob = new DefinedReportJob(); > myJob.name = "Geographic Report"; > myJob.selectedReportType = "Geographic"; > myJob.aggregationTypes = new string[] { "AdGroup", "Daily" }; > myJob.endDay = DateTime.Today; > myJob.startDay = new DateTime(2010, 3, 1); > myJob.selectedColumns = new String[] {"Campaign", > "AdGroup","AdNetworkType" , "Impressions", "Clicks" ,"Cost", > "Country" ,"Region" ,"Conversions" }; > > I pasted it in my CS function and service.validateReportJob( myJob) > throws an error. > > My app can do called to "Keyword" and "Structure" without any > difficulty, just not this. > > thanks -- hopefully we get back a response fairly quickly. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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
