Skip to content

Commit 7a3cd39

Browse files
Remove Google Analytics
1 parent c51eb28 commit 7a3cd39

File tree

1 file changed

+0
-13
lines changed

1 file changed

+0
-13
lines changed

OurUmbraco.Site/Views/Master.cshtml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -89,25 +89,12 @@
8989

9090
@Html.Partial("~/Views/Partials/Community/JsValues.cshtml")
9191

92-
<!-- Google Tag Manager -->
93-
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
94-
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
95-
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
96-
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
97-
})(window,document,'script','dataLayer','GTM-W9TZ2XW');</script>
98-
<!-- End Google Tag Manager -->
99-
10092
@Html.RenderCssHere()
10193
@RenderSection("HeadCssScripts", false)
10294
</head>
10395

10496
<body class="@bodyCss">
10597

106-
<!-- Google Tag Manager (noscript) -->
107-
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-W9TZ2XW"
108-
height="0" width="0" style="display: none; visibility: hidden"></iframe></noscript>
109-
<!-- End Google Tag Manager (noscript) -->
110-
11198
@Html.Partial("~/Views/Partials/Members/QuickMenu.cshtml")
11299

113100
<div class="wrapper">

0 commit comments

Comments
 (0)