Skip to content

Instantly share code, notes, and snippets.

@DimaMinka
Created May 17, 2020 07:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save DimaMinka/0b22c50599c7464d87a2309dc6dc56f2 to your computer and use it in GitHub Desktop.
Save DimaMinka/0b22c50599c7464d87a2309dc6dc56f2 to your computer and use it in GitHub Desktop.
Tag manager delay for tags
<script>
(function() {
try {
window.setTimeout(
function(){
var script = document.createElement('script');
script.async = true; script.type = 'text/javascript';
var target = 'https://www.clickcease.com/monitor/stat.js';
script.src = target;var elem = document.head;elem.appendChild(script);
}, 1500);
} catch (err) {}
})();
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment