Advertisement
Guest User

Untitled

a guest
Feb 27th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.94 KB | None | 0 0
  1. <!--­ Begin BlueKai Tag ­­-->
  2. <script type="text/javascript">
  3. window.bk_async = function() {
  4.  
  5. // ALLOW MULTIPLE CALLS/SINGLE PAGE APPS
  6. bk_allow_multiple_calls=true; bk_use_multiple_iframes=true ;
  7.  
  8. // <optional> PHINTS : Declare variables about this page (or user)
  9.  
  10. bk_addPageCtx('page_type', 'article'); // example phint (change to your own useful variabes)
  11. bk_addPageCtx('section', 'news'); // example phint (change to your own useful variabes)
  12. bk_addPageCtx('another_example_var', 'another value'); // example phint (change to your own useful variabes)
  13.  
  14. // Send Data
  15. BKTAG.doTag(43849, 4); // change "ENTER CONTAINER ID HERE" to the container ID/Site ID you want to use
  16. };
  17. (function() {
  18. var scripts = document.getElementsByTagName('script')[0];
  19. var s = document.createElement('script');
  20. s.async = true;
  21. s.src = "//tags.bkrtx.com/js/bk-coretag.js";
  22. scripts.parentNode.insertBefore(s, scripts);
  23. }());
  24. </script>
  25. <!--­­ End BlueKai Tag ­­>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement