<!-- 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 ;
// PHINTS : Additional URL-based phints
bk_addPageCtx('url1', document.location.hostname + document.location.pathname);
bk_addPageCtx('url2', document.location.hostname + document.location.pathname);
bk_addPageCtx('url3', document.location.hostname + document.location.pathname);
bk_addPageCtx('path1', document.location.pathname);
bk_addPageCtx('path2', document.location.pathname);
bk_addPageCtx('path3', document.location.pathname);
// <optional> PHINTS : Declare variables about this page (or user) if you have them. By default, BlueKai will send the URL, document.title and meta tags
//bk_addPageCtx('page_type', 'article'); // Ensure the key name only uses the characters 'azAZ09_'
//...etc...
// Send Data
BKTAG.doTag("ENTER CONTAINER ID HERE", 4); // Please generate a container in the DMP UI per website
};
(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 -->