How to get report for disable ads?

17 views
Skip to first unread message

Ciro Shia

unread,
Oct 28, 2015, 9:11:42 AM10/28/15
to AdWords API Forum
Hi!

I´m running a report using 

  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?

Thank You!

Umesh Dengale

unread,
Oct 28, 2015, 4:14:48 PM10/28/15
to AdWords API Forum
Hello,

You could add Status as a predicate (e.g. WHERE Status IN ["ENABLED", "PAUSED", "DISABLED" ] in your AD_PERFORMANCE_REPORT query. Please check out the AD_PERFORMANCE_REPORT for more details.

Thanks,
Umesh, AdWords API Team.

Reply all
Reply to author
Forward
0 new messages