Files
AWS-CCP-Notes/_includes/head-custom-google-analytics.html
2022-09-26 18:03:37 +09:00

10 lines
355 B
HTML

<link rel="shortcut icon" type="image/x-icon" href="./favicon.ico">
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-JMDDTT0Y7C"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-JMDDTT0Y7C');
</script>