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