roshanoracle
2/27/2017 - 9:01 AM

Motivate : BlueKai CoreTag Example

Motivate : BlueKai CoreTag Example

<!-- Insert at top of <body> ideally -->

<!--­ 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_addPageCtx('url_1', document.location.href);
	bk_addPageCtx('url_2', document.location.href);
	bk_addPageCtx('url_3', document.location.href);
	

	// Send Data 
	BKTAG.doTag(CHANGE TO YOUR CONTAINER ID, 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>