AdWords API - Blank Ad Headline & Descriptions

13 views
Skip to first unread message

Faisal Mumtaz

unread,
Jul 3, 2017, 5:25:21 AM7/3/17
to AdWords API Forum
Hi, 

I'm not able to pull any data except adgroup name from Ad Performance Report, the other 3 columns are blank. All other data is showing up just fine on my other sheets. 

Here's the bit that's not working, 

function Ads(){

var SHEET_NAME = 'Ads'; 
var sheet = spreadsheet.getSheetByName(SHEET_NAME);  
 
 var report = AdWordsApp.report(
  " SELECT AdGroupName, Headline, Description1, Description2 " + 
  " FROM AD_PERFORMANCE_REPORT"+ 
  " WHERE Impressions > 10"+
  " AND AdNetworkType1 = SEARCH"+ 
  " DURING " + dateRange);
  
report.exportToSheet(sheet)
}

Please let me know if i'm missing something. 

Peter Oliquino

unread,
Jul 4, 2017, 2:04:40 AM7/4/17
to AdWords API Forum
Hi Faisal,

Since you are using Javascript, your concern appears to be more related to the AdWords Scripts rather than the AdWords API. This said, you may contact their team via this link as they are better equipped to assist you.

Thanks and regards,
Peter
AdWords API Team 
Reply all
Reply to author
Forward
0 new messages