reformat google tracking tag

This commit is contained in:
David 2022-04-24 17:27:27 -04:00
parent f73641095e
commit f914f54178
1 changed files with 9 additions and 4 deletions

View File

@ -2,13 +2,18 @@
<html lang="en"> <html lang="en">
<head> <head>
<!-- Global site tag (gtag.js) - Google Analytics --> <!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-BNVKSB6DVW"></script> <script
async
src="https://www.googletagmanager.com/gtag/js?id=G-BNVKSB6DVW"
></script>
<script> <script>
window.dataLayer = window.dataLayer || []; window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);} function gtag() {
gtag('js', new Date()); dataLayer.push(arguments);
}
gtag("js", new Date());
gtag('config', 'G-BNVKSB6DVW'); gtag("config", "G-BNVKSB6DVW");
</script> </script>
<meta charset="utf-8" /> <meta charset="utf-8" />
<meta http-equiv="x-ua-compatible" content="ie=edge" /> <meta http-equiv="x-ua-compatible" content="ie=edge" />