google tag manager

This commit is contained in:
Michael Fatemi 2021-07-09 12:26:00 -04:00
parent 60798df142
commit 9f9b548478
2 changed files with 15 additions and 1 deletions

View File

@ -36,6 +36,20 @@
outline: none !important;
}
</style>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-T35TH9CN2E"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag('js', new Date());
gtag('config', 'G-T35TH9CN2E');
</script>
</head>
<body>
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyDUnWIrt-H4RuP2YFLpVPz4oAjBhpOOoyI&libraries=places"></script>

View File

@ -20,6 +20,6 @@
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"theme_color": "#ffffff",
"background_color": "#ffffff"
}