Re: v201008 ReportDefinitionService daily aggregation

2010-11-01 Thread AdWords API Advisor
Hi All, When certain fields are added to the report, such as date / time fields, rows with zero impressions are not returned. Because the sandbox environment doesn't serve ads there can't be any impressions, so there will be no results. If you exclude the date / time fields you should see result

Re: v201008 ReportDefinitionService daily aggregation

2010-10-29 Thread Wilrik Mook
Hmm, the same seems to happen here when I add the Date field, no rows are returned (using the sandbox, which normally returns rows with 0 as value for each field). Looks like a server-side problem to me, maybe an API advisor could look into this? Regards, Wilrik 050media On Oct 28, 6:34 pm, SW

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
Thank you Wilrik for the quick response. If I have following report fields for adgroup report, I get some data back (empty rows per adgroupid specified for the whole date range). I am using last thirty days for the date range. public string[] adGroupReportFields = new string[] { "CampaignId", "Ca

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread Wilrik Mook
Sorry if I wasn't clear enough, I meant to say: if you include those fields (though only Date should do the trick), it will show statistics for each day separately. The same kind of thing happened to me when including the AdNetworkType1 field in a report: a row was given for each separate value of

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
If I omit the Date or DayOfWeek, will it get me statistics for days separately? On Oct 28, 10:58 am, Wilrik Mook wrote: > Hi SW, > > When you include the Date or DayOfWeek field in the selector, I think > this automatically happens. > > Regards, > > Wilrik > 050media > > On Oct 28, 4:35 pm, SW w

Re: v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread Wilrik Mook
Hi SW, When you include the Date or DayOfWeek field in the selector, I think this automatically happens. Regards, Wilrik 050media On Oct 28, 4:35 pm, SW wrote: > Hi, > > We are using ReportDefinitionService of v201008 version. The version > v200909 allowed us to get the report data to include

v201008 ReportDefinitionService daily aggregation

2010-10-28 Thread SW
Hi, We are using ReportDefinitionService of v201008 version. The version v200909 allowed us to get the report data to include the daily aggregation. If we specify two date range, the report would include statistics data separately for single day within the date range. However, new service aggreg