index.html: update Google Analytics tag ID

This commit is contained in:
Peter Williams 2023-08-03 16:28:40 -04:00
Родитель 72b9f2eed8
Коммит 76f38535d6
1 изменённых файлов: 4 добавлений и 4 удалений

Просмотреть файл

@ -25,13 +25,13 @@
<link href="https://cdnjs.cloudflare.com/ajax/libs/jScrollPane/2.0.23/style/jquery.jscrollpane.css" rel="stylesheet"/>
<link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"/>
<!-- Global Site Tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-107473046-1"></script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-YWNE29K5CB"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments) };
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'UA-107473046-1');
gtag('config', 'G-YWNE29K5CB');
</script>
<style>