Integration with Unbounce

Integration with Unbounce

Can someone at Sales IQ please create, or show me where to find, a step by step guide similiar to the one here ( https://www.zoho.com/salesiq/help/integrations/live-chat-plugin-for-unbounce.html) on how to include the JavaScript APIs that Zoho Sales IQ needs to receive from Unbounce?

This is the extent of the instructions that I could find at this time:

You should use the following JS API on your custom web form to set identity to the visitors, just like the web forms on Zoho CRM normally do.

Please note that you should invoke the following JS API by passing the name and email address when the web form is being 'submitted.'

$zoho.salesiq.visitor.name(" < NAME > "); 
$zoho.salesiq.visitor.email(" < EMAIL > "); 

To know more about the SalesIQ JS APIs, click here:  https://www.zoho.com/salesiq/help/jsvisitorapi.html

The instructions say what "should be done" but not "how to do it." Having this information in a step by step guide would probably save your support team a lot of time.

Thanks.