var adReport = AdWordsApp.report(
'SELECT Id, KeywordId, AdGroupId, Device, AdType, AdNetworkType1, Status, Cost ' +
'FROM AD_PERFORMANCE_REPORT ' +
'DURING ' + dataRangeQuery, {includeZeroImpressions: false});
However, the data I get does not contain the data for disable ads. How do I get those?