When I post the AWQL query
SELECT FeedId, FeedItemId, Status, ValidationDetails FROM PLACEHOLDER_FEED_ITEM
I get back a the following error
HTTP Response Code: 400, Type: QueryError.DATE_COLUMN_REQUIRES_DURING_CLAUSE
In contrast, when using a ReportDefinition with includeZeroImpressions set to true, I do get back that data as expected. It seems that the Date column is included automatically, which in turn leads to the fact that we cannot get zero impression rows via AWQL because a segment is included.
Is there any other way to get this data via AWQL ?
Thanks!
Peter