Re: DefinedReportJob Geographic , what am I doing wrong?

2011-02-09 Thread AdWords API Advisor
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, "w...@nextanalytics.com" wrote: > In a reply to another user

DefinedReportJob Geographic , what am I doing wrong?

2011-02-07 Thread w...@nextanalytics.com
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