html Orange ES:BlueKai GTM标签模板

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了html Orange ES:BlueKai GTM标签模板相关的知识,希望对你有一定的参考价值。

<!-- Run this code on view change -->
<script type="text/javascript">

// Specify your data to send here	
window.bkDataToSend = function() {
	
	bk_addPageCtx('virtualpagename', '{{DLV_virtualpagename}}');
	bk_addPageCtx('virtualpath', '{{DLV_virtualUrl}}')

	// Send Data 
	BKTAG.doTag(69013, 4);
}

// Don't touch this logic
if (!window.BKTAG) {
	
	window.bk_async = function() {		
		window.bk_allow_multiple_calls = true;
		window.bk_use_multiple_iframes = true;
		bkDataToSend();
	}

} else {

	bkDataToSend();
}
</script>
<!-- Run this code on page load -->

<script type="text/javascript">
window.bk_async = function() {

	// ALLOW MULTIPLE CALLS/SINGLE PAGE APPS
	window.bk_allow_multiple_calls = true;
	window.bk_use_multiple_iframes = true;

};
(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>
<!-- 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)

//bk_addPageCtx('pageName', '{{pageName}}'); // uncomment these if you want to use them
//bk_addPageCtx('ANOTHER_PHINT_NAME', '{{ANOTHER GTM VARIABLE}}'); // uncomment these if you want to use them


// Send Data 
BKTAG.doTag(69013, 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 -->

以上是关于html Orange ES:BlueKai GTM标签模板的主要内容,如果未能解决你的问题,请参考以下文章

html poste.it:BlueKai标签

html 下一页:自定义BlueKai代码

html BlueKai:标签管理:Phint Grabber

html 基础媒体:BlueKai像素生成器

html BlueKai:CoreTag代码模板

html 校长海莉:BlueKai标签模板