|
|
@@ -1,6 +1,8 @@
|
|
|
+<!-- Global site tag (gtag.js) - Google Analytics -->
|
|
|
+<script async src="https://www.googletagmanager.com/gtag/js?id=UA-132747866-1"></script>
|
|
|
<script>
|
|
|
- window.ga=window.ga||function(){(ga.q=ga.q||[]).push(arguments)};ga.l=+new Date;
|
|
|
- ga('create', 'UA-36708951-1', 'wenzhixin.net.cn');
|
|
|
- ga('send', 'pageview');
|
|
|
+ window.dataLayer = window.dataLayer || []
|
|
|
+ function gtag() {window.dataLayer.push(arguments)}
|
|
|
+ gtag('js', new Date())
|
|
|
+ gtag('config', 'UA-132747866-1')
|
|
|
</script>
|
|
|
-<script async src='https://www.google-analytics.com/analytics.js'></script>
|