Embed HTML

1. Copy your tracking code

You can find your unique tracking code snippet in Howuku dashboard. It should look like this...

<!-- Howuku Tracking Code --> 
<script>
(function(d){
    var key = "XXXXXXXXXXXXXXXXX",
    e = d.createElement("script");
    e.type = "text/javascript";
    e.async = true;
    e.src = "https://cdn.howuku.com/js/howu.js";
    e.setAttribute("key", key);
    d.getElementsByTagName("head")[0].appendChild(e);
  })(document);
</script>
	

2. Paste it into your website

Paste the above code right above the closing <HEAD> of the HTML in your website on every page you want Howuku to work.

3. That's it!

It should be that easy. If you're unable to access your website source code, you may need to ask for the website admin to do these steps for you.

Alternatively, if you're already using Google Tag Manager on your website, you can just include Howuku script through GTM.

Did this answer your question? Thanks for the feedback There was a problem submitting your feedback. Please try again later.

Still need help? Contact Us Contact Us