added google analytics

This commit is contained in:
Demetri Pirpiris 2025-03-12 03:53:33 -06:00
parent 0baa169c1f
commit e77a5a9200
1 changed files with 10 additions and 0 deletions

View File

@ -321,6 +321,16 @@
} }
} }
</style> </style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4G8P6QXLEH"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-4G8P6QXLEH');
</script>
</head> </head>
<body> <body>