To embed the WiredMinds tracking code into your HTML page, copy and paste the tracking code into the HEAD section of your website. 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/1234567890.js';
e.parentNode.insertBefore(l,e);})(document,'script');</script>
</head>
<body>
<p>Hello HTML World!</p>
</body>
</html>