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 document. How do I do this? Thanks
I am using the following query: SELECT Clicks, Cost, Impressions, Conversions, Day, Month, Year FROM ACCOUNT_PERFORMANCE_REPORT DURING LAST_7_DAYS -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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