How to add custom parameters in Code Live Chat integration

How to add custom parameters in Code Live Chat integration

Hello, 

I use the widget Live Chat integration on my website. 

I have added the script in my footer of my website : 
<script type="text/javascript">
var $zoho=$zoho || {};$zoho.salesiq = $zoho.salesiq || {widgetcode:"xxxxxxxxxxxxxxxx", values:{},ready:function(){}};var d=document;s=d.createElement("script");s.type="text/javascript";s.id="zsiqscript";s.defer=true;s.src="https://salesiq.zoho.eu/widget";t=d.getElementsByTagName("script")[0];t.parentNode.insertBefore(s,t);d.write("<div id='zsiqwidget'></div>");
</script>

And I would like add some custom paramter for the user logged (for exemple his customer id) on my web site, and I would like to see this paramters in console in backoffice. 

I see that, I can add a new field to ask to visitor to write, but my visitor don't know his customer ID.

And in my website, when I add the code of the widget, It's easy to add a custom paramter with the customer ID. 

It s'possible on SalesIQ  ? 


Cdt
JErome