Files
AWS-CCP-Notes/_includes/head-custom-google-analytics.html
2025-09-24 21:35:08 +09:00

14 lines
425 B
HTML

<link href="{{ site.baseurl }}/assets/css/custom.css" rel="stylesheet">
<script src="{{ site.baseurl }}/assets/js/custom.js"></script>
<!-- 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>