Google analytics

master
Caleb Fontenot 2023-03-30 09:26:05 +07:00
parent 6c518693dc
commit 8acc05f661
1 changed files with 10 additions and 0 deletions

@ -10,6 +10,16 @@
<meta content="#FF0000" data-react-helmet="true" name="theme-color" />
<!meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="root.css" rel="stylesheet">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-L9QF12JY74"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-L9QF12JY74');
</script>
</head>