We have build the code below and had it working but then it did not work again.. seems the integraton in unsable !?
Why does it not work.. it should send a custom event when the page i loaded. The tracking part works fine and the chat window is shown as expected.
<!DOCTYPE html>
<html>
<head>
<title></title>
<script src="//code.jquery.com/jquery-1.12.4.min.js"></script>
<script type="text/javascript">
var $zoho= $zoho || {salesiq:{values:{},ready:function(){}}};var d=document;s=d.createElement("script");
s.type="text/javascript";s.defer=true;s.src="https://salesiq.zoho.com/cbxmarket/float.ls?embedname=cbxmarketcompublicweb";
t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);
</script>
</head>
<body>
<script type="text/javascript">
$(function() {
$zoho.salesiq.ready=function(embedinfo)
{
$zoho.salesiq.visitor.customaction("Page LOADED at: ");
}
});
</script>
</body>
</html>
Writer is a powerful online word processor, designed for collaborative work.