add google analysis

This commit is contained in:
songpengwei 2022-06-04 09:31:02 +08:00
parent 83b456b3d3
commit 3e9ebff86d

View File

@ -17,6 +17,15 @@
s.parentNode.insertBefore(hm, s);
})();
</script>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-MMJ5PY11XY"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-MMJ5PY11XY');
</script>
</head>
<body>
<div id="app"></div>