Overview
When implementing the CHEQ tag using the inline website implementation method, you are implementing the tag directly on the website. This is the most recommended method for CHEQ tag implementation, as it allows for sooner instantiation of the library and avoids vulnerabilities to ad blockers that you might experience with client-side tag managers.
Installing the CHEQ Tag
Log into your account to access your Dashboard. In the top-right of your user interface, click on your [Account Name] > Account Settings:
You'll immediately see 2 snippets of code for a tag.
Your first unique code snippet should be pasted as high in the <head>as possible:
<!----THIS IS FOR EXAMPLE PURPOSES ONLY. Your tag will look different.---->
<script async
src='https://its.1wittydomain.com/i/XXXXXXXXXXXXXXXXXXXX.js'...>
</script>Your second unique <noscript> tag should be pasted immediately after the opening of the <body> tag.
<!----THIS IS FOR EXAMPLE PURPOSES ONLY. Your tag will look different.---->
<noscript>
<iframe src='https://its.1wittydomain.com/ns/XXXXXXXXXXXXXXXXXXXX.html?ch=cheq'...></iframe>
</noscript> Verifying the Tag
After the CHEQ tag is successfully installed, please make sure it is not suppressed by your cookie management platform.