add: google analytics
This commit is contained in:
parent
c9022e6988
commit
9349d6e703
10
index.html
10
index.html
@ -7,6 +7,14 @@
|
||||
<link rel="stylesheet" href="style.css">
|
||||
<script defer src="script.js"></script>
|
||||
<script defer src="facts_script.js"></script>
|
||||
<script async src="https://www.googletagmanager.com/gtag/js?id=G-DKNRQ6ZC7Q"></script>
|
||||
<script>
|
||||
window.dataLayer = window.dataLayer || [];
|
||||
function gtag(){dataLayer.push(arguments);}
|
||||
|
||||
gtag('js', new Date());
|
||||
gtag('config', 'G-DKNRQ6ZC7Q');
|
||||
</script>
|
||||
<title>Strona o wiedźmach</title>
|
||||
</head>
|
||||
|
||||
@ -29,4 +37,4 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
</html>
|
||||
|
Loading…
Reference in New Issue
Block a user