I'm doing this: SELECT CampaignId, Id, KeywordMatchType, KeywordText FROM CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT WHERE CampaignId IN [XX] DURING TODAY
(please note, campaign ID XX is valid) The above AWQL query throws this error: *Report was not downloaded. 400: SelectorError.FILTER_BY_DATE_RANGE_NOT_SUPPORTED @ ; trigger:'Filtering by date range not supported.' * This is strange because: 1) The DURING clause is mandatory for report downloads (as stated here https://developers.google.com/adwords/api/docs/guides/awql) 2) The above query format works for all other report types except the CAMPAIGN_NEGATIVE_KEYWORDS_PERFORMANCE_REPORT. 3) Changing the date in the DURING clause doesn't make a difference. I still get the same error. Any idea why this report behaves differently, and how to get round this? Oliver -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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