Skip to content

Commit

Permalink
Add Google Tag Manager
Browse files Browse the repository at this point in the history
  • Loading branch information
hejtmii committed May 16, 2019
1 parent 0b578c1 commit 4ed6f7d
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions public/index.html
Expand Up @@ -3,12 +3,25 @@
<html>

<head id="head">
<!-- Google Tag Manager -->
<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-MGRJ6S2');</script>
<!-- End Google Tag Manager -->

<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta charset="UTF-8" />
<title>Dancing Goat</title>
</head>

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

<div class="page-wrap" id="root"></div>
</body>

Expand Down

0 comments on commit 4ed6f7d

Please sign in to comment.