To integrate the wiredminds tracking code into your website, it is best to include it before closing the head tag. Example below! Show tracking code.
<html>
<head>
<title> page-title</title>
<script type=”text/javascript”>(function(d,s){var l=d.createElement(s),e=d.getElementsByTagName(s)[0];
l.async=true;l.type=’text/javascript’;
l.src=’https://c.leadlab.click/Insert_your_Tracking_Account_ID!!!.js’;
e.parentNode.insertBefore(l,e);})(document,’script’);
</script>
</head>
<body>
<h1> Welcome </h1>
</body>
</html>