私たちのタグマネージャーが今日ダウンし、私たちのサイトが急降下しました。タグマネージャーのコードはミッションクリティカルではないので(分析など)、次のようなことを行う方法はありますか?
var extScript = document.createElement('script');
extScript.type = 'text/javascript';
extScript.src = 'http://third-party.com/scriptfile.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(extScript, s);
window.setTimeout(function () {
// if script not loaded - "give up"
}, 3000); // 3 secs