BISL : Campaign Page Code Block
<!-- 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 ;
// <optional> PHINTS : Declare variables about this page (or user)
// NOTE : only use (a-z,A-Z,0-9,_) characters in the phint name
// Uncomment the below lines and use a template to specify your own variables if you like
// bk_addPageCtx('page_type', 'article'); // example phint (change to your own useful )variabes)
// bk_addPageCtx('section', 'news'); // example phint (change to your own useful variabes)
// bk_addPageCtx('another_example_var', 'another value'); // example phint (change to
// Send Data
BKTAG.doTag(45698, 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 >