roshanoracle
2/9/2017 - 4:59 PM

Vodafone : CoreTag Code Snippet

Vodafone : CoreTag Code Snippet

<!-- 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) if they are in the data layer
	bk_addPageCtx('example_var', 'great value');
	bk_addPageCtx('another_example_var', 'great value');

 	BKTAG.doTag(ENTER CONTAINER ID HERE, 4);  // you will be supplied with this
};

(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 -->