是否可以创建一个广告脚本来创建基于时间的广告脚本触发器,类似于 App-script 选项?
ScriptApp.newTrigger("TriggerName")
.timeBased()
.at(new Date(currTime + REASONABLE_TIME_TO_WAIT))
.create();
我看到了 2017 年的帖子: https ://groups.google.com/g/adwords-scripts/c/iKBts0ojnYk?pli=1