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 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

Reply via email to