<!--
- Add lines 14 within your existing DMP tracking tag
- NEVER populate with an empty, undefined or null value or you will lose any existing match for this user, e.g. bk_addEmailHash('');
-->
<!-- Begin BlueKai Tag -->
<script type="text/javascript">
window.bk_async = function() {
// ALLOW MULTIPLE CALLS/SINGLE PAGE APPS
bk_allow_multiple_calls=true; bk_use_multiple_iframes=true ;
...
bk_addEmailHash('ENTER EMAIL ADDRESS HERE'); // add this code into your existing tracking ONLY if you know their email address
...
// Send Data
BKTAG.doTag(ENTER CONTAINER ID HERE, 4); // change "ENTER CONTAINER ID HERE" to the container ID/Site ID you want to use
};
(function() {
var scripts = document.getElementsByTagName('script')[0];
var s = document.createElement('script');
s.async = true;
s.src = "//tags.bkrtx.com/js/bk-coretag.js";
scripts.parentNode.insertBefore(s, scripts);
}());
</script>
<!-- End BlueKai Tag -->