You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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.