add: hotjar
This commit is contained in:
parent
9349d6e703
commit
a1847930c9
12
index.html
12
index.html
@ -8,6 +8,7 @@
|
|||||||
<script defer src="script.js"></script>
|
<script defer src="script.js"></script>
|
||||||
<script defer src="facts_script.js"></script>
|
<script defer src="facts_script.js"></script>
|
||||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DKNRQ6ZC7Q"></script>
|
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DKNRQ6ZC7Q"></script>
|
||||||
|
<!-- google analytics -->
|
||||||
<script>
|
<script>
|
||||||
window.dataLayer = window.dataLayer || [];
|
window.dataLayer = window.dataLayer || [];
|
||||||
function gtag(){dataLayer.push(arguments);}
|
function gtag(){dataLayer.push(arguments);}
|
||||||
@ -15,6 +16,17 @@
|
|||||||
gtag('js', new Date());
|
gtag('js', new Date());
|
||||||
gtag('config', 'G-DKNRQ6ZC7Q');
|
gtag('config', 'G-DKNRQ6ZC7Q');
|
||||||
</script>
|
</script>
|
||||||
|
<!-- hotjar tracking code -->
|
||||||
|
<script>
|
||||||
|
(function(h,o,t,j,a,r){
|
||||||
|
h.hj=h.hj||function(){(h.hj.q=h.hj.q||[]).push(arguments)};
|
||||||
|
h._hjSettings={hjid:3767475,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>
|
||||||
<title>Strona o wiedźmach</title>
|
<title>Strona o wiedźmach</title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user