account performance report by mail

21 views
Skip to first unread message

Payel

unread,
Mar 8, 2016, 9:08:57 AM3/8/16
to AdWords API Forum
Hi There,

I use this below mentioned script for last month account performance and its successfully stored into the given spreedsheet URL, However,
I'm trying to find out a way to receive a the  report into my accounts as a .csv mail attachment or direct into the mail body I want this data.Please Help.

function main() {
 var spreadsheet = SpreadsheetApp.openByUrl('https://docs.google.com/spreadsheetsurlname');
 
 var report = AdWordsApp.report("Select MonthOfYear, Year, Cost, Impressions, Clicks, ConvertedClicks, Month from ACCOUNT_PERFORMANCE_REPORT during LAST_MONTH");
 var sheet = spreadsheet.getActiveSheet();
 report.exportToSheet(sheet);
}



Thanks in advance,
Payel

Anthony Madrigal

unread,
Mar 8, 2016, 9:31:45 AM3/8/16
to AdWords API Forum
Hi Payel,

This looks like AdWords Scripts. We specialize in AdWords API related questions. You could post your question on the AdWords Scripts Forum and your issue can be resolved there.

Cheers,
Anthony
AdWords API Team
Reply all
Reply to author
Forward
0 new messages