html BlueKai:CoreTag代码模板

Posted

tags:

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

<!--­ 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('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 your own useful variabes)

/*
<optional> IDs : Depending on your deployment, IDs may be useful for joining offline data to a visitor's profile to add additional targeting capabilities. If you have these for users, please declare them
*/

// <optional> Customer ID
bk_addPageCtx('customer_id', 'YOUR CUSTOMER ID');

// <optional> Email Address (this will be MD5 and SHA-256 hashed)
bk_addEmailHash('ENTER EMAIL ADDRESS HERE');

// <optional> Phone Number (this will be MD5 and SHA-256 hashed)
bk_addPhoneHash('ENTER PHONE NUMBER HERE');

// Send Data 
BKTAG.doTag(12312313, 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 BlueKai:CoreTag代码模板的主要内容,如果未能解决你的问题,请参考以下文章

javascript Caxton CTP:BlueKai CoreTag:模板

html Paysafe:BlueKai CoreTag:GTM建议代码

html 网络N - BlueKai CoreTag数据收集代码

html 网络N - BlueKai CoreTag数据收集代码(元关键字处理):GTM语法

html 示例BlueKai CoreTag

html HBO Nordics:BlueKai CoreTag