This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Comma-separated list of recipients. Comment out to not send any emails. | |
| var RECIPIENT_EMAIL = 'YOUR_EMAIL'; | |
| // URL of the default spreadsheet template. This should be a copy of http://goo.gl/pxaZio | |
| var SPREADSHEET_URL = 'SPREADSHEET_URL'; | |
| /** | |
| * This script computes an Ad performance report | |
| * and outputs it to a Google spreadsheet | |
| */ |
NewerOlder