I don’t have a programming background and just started learning JavaScript basics so I can become fluent at creating custom Google AdWords scripts to help me automate client reporting. I’ve spent many hours with trial and error and haven’t figured out to this problem (which is probably super easy for programmers):
I’m trying to populate a spreadsheet that I have made (here’s the shortened link: http://goo.gl/wLAAx) with account level data so I can calculate the run rate of an account. All I’m trying to do is run a script that will run every morning that will append a new row in the spreadsheet with yesterday’s date and populate its respective data, like clicks, impressions, cost, and conversions.
Thanks in advance for any help and information!