Adding the Veracity AFP tag directly
The code should be placed on every page you wish to track. We recommend adding the tag to your website footer, just before the closing /body
tag.
<script type="text/javascript">
window.bwai = {"formIntegration":true};(function(a, d, w){var h= d.getElementsByTagName(a[0])[0]; var s= d.createElement(a[1]);s.type= a[2]; s.src= a[3]; s.setAttribute("integrity", a[4]);s.setAttribute("crossorigin", "anonymous");h.appendChild(s);})(['head', 'script', 'text/javascript', '//script.thisisbeacon.com/BLoader/1.1/index.js',
'sha512-13GUu5vadQ2mQwPDwj2jREx1SnYNp0dg5UoI3RN+8Vo+AGFMnmmibbqC4XKnkxHpyK45GtYA2tPzuQJQQHvGgg=='], document, window);
</script>
Form tracking: GDPR Compliance
If you would like us not to capture form data, which may reduce our ability to monitor goals related to form fills, change window.bwai = {"formIntegration":true};
to be window.bwai = {"formIntegration":false};
in the script.
Adding the Veracity WTP tag directly
The code should be placed on every page you wish to track. We recommend adding the tag to your website footer, just before the closing /body
tag.
<script type="text/javascript">
window.veracity = {"formIntegration":false};
(function(a, d, w){var h= d.getElementsByTagName(a[0])[0]; var s= d.createElement(a[1]);s.type= a[2]; s.src= a[3]; s.setAttribute("integrity", a[4]);s.setAttribute("crossorigin", "anonymous");h.appendChild(s);})(['head', 'script', 'text/javascript', 'https://script.platform.veracitytrustnetwork.com/loader/index.js', 'sha512-RZaUPcYG+YVW5gmPp0sxoO+dxSsQeNkwMxGlRIkEbZZhPgYqqzCIW6HD8j7SGFwUgPkzVB42NhAlYUdkx9Y6XQ=='], document, window)
</script>
Form tracking: GDPR Compliance
If you would like us not to capture form data, change window.veracity = {"formIntegration":false};
to be window.veracity = {"formIntegration":true};
in the script.