Integrate PROONTO to your website

Report 7 Downloads 141 Views
Integrate PROONTO to your website This document will shortly explain how to implement Proonto platform in your website. This is a part of the process that you may want to work with your webmaster for.

To add the code you have just received in your email to your website: •

Copy and paste the code segment into the bottom of your HTML content, at the end of the tag, just before the of each page you are planning to track.



If you use a common include or template, you can enter it there (Good idea for location will be-Header.html, Footer.html etc).



Your code will have your own Proonto ID.



Please make sure to load our code after all JS libraries where loaded (jQuery and similar)

Code to add: <script type="text/javascript"> var $STM; var prefix = ('https:' == document.location.protocol ? 'https://' : 'http://'); var _STM =_STM || []; _STM.push(['setAccount', 'Company Id']);var stm = document.createElement('script'); stm.type = 'text/javascript'; stm.src = prefix + 'chat.proonto.com/external/views/js/functions.js'; var s = document.getElementsByTagName('script');var lastScriptTag = s[s.length - 1]; lastScriptTag.parentNode.insertBefore(stm, lastScriptTag); (function(){var e=document.cookie.match('(^|; )STM_clientId=([^;]*)');e=e?e[2]:-1; var t = document.createElement('img');t.style.display='none';t.src='//chat.proonto.com/pixel.gif?id='+e; document.body.appendChild(t)})();

*The company-Id you received in your email. That's it. You are ready to use PROONTO! If you encounter any problem with the implementation don't hesitate to contact us. Enjoy, The Proonto Team. [email protected]

Adding our code for websites using WordPress:

Recommend Documents