roshanoracle
4/1/2019 - 8:11 AM

PhotoSi - e_id_s vs bk_addEmailHash

<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('e_id_s', 'ENTER SHA-256 HASHED EMAIL ADDRESS HERE');

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

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

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