experiment hotjar

This commit is contained in:
Torsten Dittmann
2022-07-06 12:06:18 +02:00
parent 37e9259119
commit 75b0ab5e47
+16
View File
@@ -60,6 +60,22 @@
gtag('config', window.GOOGLE_ANALYTICS);
</script>
{/if}
<!-- Hotjar Tracking Code for my site -->
<script>
(function (h, o, t, j, a, r) {
h.hj =
h.hj ||
function () {
(h.hj.q = h.hj.q || []).push(arguments);
};
h._hjSettings = { hjid: 3054099, hjsv: 6 };
a = o.getElementsByTagName('head')[0];
r = o.createElement('script');
r.async = 1;
r.src = t + h._hjSettings.hjid + j + h._hjSettings.hjsv;
a.appendChild(r);
})(window, document, 'https://static.hotjar.com/c/hotjar-', '.js?sv=');
</script>
</svelte:head>
<Notifications />