Skip to content

Commit

Permalink
Merge pull request #113 from JoshuaBrigati/switching-analytics
Browse files Browse the repository at this point in the history
Switching Google Analytics tag to Google Tag Manager
  • Loading branch information
simke9445 authored Apr 17, 2024
2 parents ebea33d + e2f4cae commit 3aaf48b
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions apps/warp-protocol-landing/public/index.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,13 @@
<!DOCTYPE html>
<html lang="en">
<head>
<script>
(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
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-5ZZWBT8G');
</script>
<meta charset="utf-8" />
<link rel="icon" href="%PUBLIC_URL%/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
Expand Down Expand Up @@ -81,6 +88,10 @@
</script>
</head>
<body data-theme="dark">
<noscript>
<iframe src="https://www.googletagmanager.com/ns.html?id=GTM-5ZZWBT8G"
height="0" width="0" style="display:none;visibility:hidden"></iframe>
</noscript>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<!--
Expand Down

0 comments on commit 3aaf48b

Please sign in to comment.