How to delay the loading of Web SDK?
If you want to delay the loading of Web SDK, you can make use of the delay parameter. This parameter will defer the loading of Web SDK till a specified amount of time, which is provided through the delay parameter. This will make sure that your web page is not affected by the loading of Web SDK. In order to use this feature, you can append the delay parameter in the loader URL and accordingly provide a value in milliseconds, as shown below,
<script type="text/javascript" charset="UTF-8" src="https://toolassets.haptikapi.com/platform/javascript-xdk/production/loader.js?delay=2000" > </script>