Hi!i have two page load rules in DTM:Top of page with Sequential
Javascript / Third Party TagsBottom of page with Sequential Javascript /
Third Party Tagsi have added header code before other js and footer code
just before in all pages. But on some pages it works great, on
other pages document.write() do not work:loadScriptSync: function(t) {
n.write('') }Safari always ignores this
call of document.write() with no error messages:n.write('')Chrome writes in Console:["document.write(): ",
"",
rem...