b641b3f1f2
--------- Co-authored-by: Cotes Chung <11371340+cotes2020@users.noreply.github.com>
13 lines
442 B
HTML
13 lines
442 B
HTML
<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
<script defer src="https://www.googletagmanager.com/gtag/js?id={{ site.analytics.google.id }}"></script>
|
|
<script>
|
|
document.addEventListener('DOMContentLoaded', function (event) {
|
|
window.dataLayer = window.dataLayer || [];
|
|
function gtag() {
|
|
dataLayer.push(arguments);
|
|
}
|
|
|
|
gtag('js', new Date());
|
|
gtag('config', '{{ site.analytics.google.id }}');
|
|
});
|
|
</script>
|