Skip to content

Commit 29885e5

Browse files
adds google tag manager
1 parent de2393e commit 29885e5

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,13 @@
22
<html lang="en">
33

44
<head>
5+
<!-- Google Tag Manager -->
6+
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
7+
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
8+
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
9+
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
10+
})(window,document,'script','dataLayer','GTM-WPSF3G7');</script>
11+
<!-- End Google Tag Manager -->
512
<!-- gihub pages version -->
613
<meta charset="utf-8">
714
<meta http-equiv="X-UA-Compatible" content="IE=edge">
@@ -25,6 +32,10 @@
2532
</head>
2633

2734
<body>
35+
<!-- Google Tag Manager (noscript) -->
36+
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-WPSF3G7"
37+
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
38+
<!-- End Google Tag Manager (noscript) -->
2839

2940
<div id="fb-root"></div>
3041
<script async defer crossorigin="anonymous" src="https://connect.facebook.net/en_GB/sdk.js#xfbml=1&version=v8.0&appId=237112290739662&autoLogAppEvents=1" nonce="fagP3uUO"></script>

0 commit comments

Comments
 (0)