HBO Nordics/Espana : Update to BlueKai Core Tag
<!-- 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 ;
//...
// // THIS IS THE NEW STUFF
bk_addPageCtx('url_1', document.location.href);
bk_addPageCtx('url_2', document.location.href);
bk_addPageCtx('url_3', document.location.href);
//...
// 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 >
bk_addPageCtx('url_1', document.location.href);
bk_addPageCtx('url_2', document.location.href);
bk_addPageCtx('url_3', document.location.href);