If a customer can ask for assistance from multiple websites, the ICLoader.Tracking0 field may contain, for example, the identifier of the website that the customer visited. This may provide an opportunity to collect statistical data on how customers try to connect to a technician.
- In the Administration Center, go to the Channels tab.
Result:
- Copy the sample code from the Custom Live Support Forms with self-hosted Instant Chat text box.
Result:
- Modify the value of the ICLoader.Tracking0 parameter in the following line:
Result:
ICLoader.Tracking0 = "12345678"; /* optional */
The value parameter of the ICLoader.Tracking0 field can be 64-characters long by default and can only contain numbers.
- Paste the modified code sample into the HTML code of your website.
Result: