<!-- Run this code as close to the top of the <body> as you can -->
<!-- Begin BlueKai Tag -->
<script type="text/javascript">
//Configuration
window._bk_containerID = "REPLACEWITHCONTAINERID";
//DO NOT EDIT BELOW THIS LINE
if(document.cookie.indexOf('bkdebug=true')>-1){debugger;}
// CHECK : is BK library available?
if(window.BKTAG && BKTAG.doTag){
bk_ignore_meta=true;
bk_addPageCtx('__bk_l', document.location.href);
// Advanced URL tracking
bk_addPageCtx('url_1', document.location.href);
bk_addPageCtx('url_2', document.location.href);
bk_addPageCtx('url_3', document.location.href);
bk_addPageCtx('urlpath_1', document.location.pathname);
bk_addPageCtx('urlpath_2', document.location.pathname);
bk_addPageCtx('urlpath_3', document.location.pathname);
// SEND DATA IMMEDIATELY
BKTAG.doTag(_bk_containerID, 4);
} else {
// LOAD LIBRARY THEN SEND DATA
window.bk_async = function() {
// ALLOW MULTIPLE CALLS/SINGLE PAGE APPS
bk_allow_multiple_calls=true; bk_use_multiple_iframes=true ;
// Advanced URL tracking
bk_addPageCtx('url_1', document.location.href);
bk_addPageCtx('url_2', document.location.href);
bk_addPageCtx('url_3', document.location.href);
bk_addPageCtx('urlpath_1', document.location.pathname);
bk_addPageCtx('urlpath_2', document.location.pathname);
bk_addPageCtx('urlpath_3', document.location.pathname);
// Send Data
BKTAG.doTag(_bk_containerID, 4);
};
(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 -->