Reporting: Get aggregated account statistics per day - DAY not supported as field?

2013-01-14 Thread Manuel Th
I am trying to get account statistics aggregated by each day in the last 7 days. I thought this would be possible by adding Day, Month and Year as a field in my awql query, but it gives me a ReportDefinitionError.INVALID_FIELD_NAME_FOR_REPORT error although the fields are defined in the report

Re: Reporting: Get aggregated account statistics per day - DAY not supported as field?

2013-01-14 Thread David Torres (AdWords API Team)
Hi, The name of the field you should use in your report query is the one defined in the first column of the documentationhttps://developers.google.com/adwords/api/docs/appendix/reports#account tables. I believe your problem is that you are using *day* when it should be *date.* * * Best, -