Skip to content

Commit

Permalink
[ADD] Google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oscarrc committed Dec 13, 2022
1 parent 54a71fe commit bebd4d3
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,15 @@
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
<link rel="assetlinks.json" href="%PUBLIC_URL%/.well-known/assetlinks.json">
</head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-S6PKCKN17G"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-S6PKCKN17G');
</script>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
Expand Down

0 comments on commit bebd4d3

Please sign in to comment.