I have been using scripts to manage my ad scheduling and mobile bids for months now and suddenly the scripts in my shopping account have stopped working. I have tried several fixes already posted in forums but I am not a developer and I am unsure if I did this right.
One script in the account is working fine yet the other 12 just keep failing.
The error occurs when the script hits this line
while (adScheduleIterator.hasNext()) {
var adSchedule = adScheduleIterator.next();
var key = adSchedule.getStartHour() + "|" + adSchedule.getEndHour() + "|" + adSchedule.getDayOfWeek() + "|" + Utilities.formatString("%.2f",adSchedule.getBidModifier());