Last active
March 23, 2019 11:51
-
-
Save WouterNieuwerth/1482facd5cf1288df9f0924353d62201 to your computer and use it in GitHub Desktop.
Instant.page for Google Tag Manager Custom HTML Tag
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script> | |
(function() { | |
// Rewrite of the Instant.page <html> snippet for Google Tag Manager. | |
var el = document.createElement('script'); | |
el.setAttribute('src', '//instant.page/1.2.2'); | |
el.setAttribute('type', 'module'); | |
el.setAttribute('integrity', 'sha384-2xV8M5griQmzyiY3CDqh1dn4z3llDVqZDqzjzcY+jCBCk/a5fXJmuZ/40JJAPeoU'); | |
document.body.appendChild(el); | |
})(); | |
</script> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment