Skip to content

Commit

Permalink
add hotjar script, still need to check if its correctly installed (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
ail3ngrimaldi authored May 7, 2024
1 parent df4a597 commit 6b30f80
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions _layouts/landing.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,17 @@
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-W8MP4KWQ'); </script>
<!-- Hotjar Tracking Code for Site 4973006 (name missing) -->
<script>
(function(h,o,t,j,a,r){
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
h._hjSettings={hjid:4973006,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>
</head>

<body class="hidden">
Expand Down

0 comments on commit 6b30f80

Please sign in to comment.