nrTimer.js
Simple library that allows you to manage your AdWords Scripts easily via a configurable timer.
General information
Provide the weekdays and hours you want to run your script at in the two given array variables triggerWeekdays & triggerHours. The following values are possible:
triggerWeekdays : ["Monday", "Tuesday", "Wednesday", "Thursday", "Friday", "Saturday", "Sunday"]
triggerHours: [0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23]
Installation
Paste the code contained in the nrTimer.js snippet into the main function (at the beginning) of your AdWords script and configure the dates and time you want the script to run. Test run your script in preview mode and check if the script executes at the correct times (you might test different combinations of weekdays and hours in order to ensure correct execution).