SalesIQ Visitor Tracking Integration

  • 7 January 2016
  • 3 replies
  • 5 views

Please, look for a way to  integrate salesIQ visitor tracking only (basic salesIQ snippet is already embedded on the ULP)  . I found this support page is about live chat setting, that i don’t need here. : https://www.zoho.com/salesiq/help/integrations/live-chat-plugin-for-unbounce.html , i just want to invoke SalesIQ api for visitor to be pushed when a form is submitted : https://www.zoho.com/salesiq/help/jsvisitorapi.html . So look for the snippet to copy and paste in unbounce ! Tks in advance…


3 replies

Hi, i found this solution which seems to be working :

var $zoho= $zoho || {salesiq:{values:{},ready:function(){}}};var d=document;s=d.createElement("script");s.type="text/javascript";s.defer=true;s.src="<a href="https://salesiq.zoho.com/yourdirectory/float.ls?embedname=yourusername%22;t=d.getElementsByTagName(%22script%22)%5B0%5D;t.parentNode.insertBefore(s,t);%3C/script%3E" rel="nofollow" target="_blank" title="Link https//salesiqzohocom/yourdirectory/floatlsembednameyourusernametdgetElementsByTagNamescript0tparentNodeinsertBeforest/script">https://salesiq.zoho.com/yourdirectory/float.ls?embedname=yourusername";t=d.getElementsByTagNam...</a>;</pre><pre><script><br />function checkRegistration(){<br />&nbsp; &nbsp; var name = document.getElementById('your-name').value;<br />&nbsp; &nbsp; var email = document.getElementById('email').value;<br />$zoho.salesiq.visitor.name(name);<br />$zoho.salesiq.visitor.email(email);<br />&nbsp;<br />&nbsp; &nbsp; return true;<br />}<br />




Hope this could help

wooowwwww, nice info

Thanks !

Reply