Skip to main content

Google Tag Manager for Bot

Add the following script to the HTML section of the Tag Configuration in Google Tag Manager.

<script>
;(function () {
var script = document.createElement("script")
script.type = "module"
script.src =
"https://cdn.ai12z.net/pkg/ai12z@latest/dist/esm/library.js"
script.async = true
document.head.appendChild(script)
var link = document.createElement("link")
link.rel = "stylesheet"
link.href =
"https://cdn.ai12z.net/pkg/ai12z@latest/dist/library/library.css"
document.head.appendChild(link)

script.onload = function () {
if (window.Bot) {
window.Bot.init()
}
}
})()
</script>