当我使用Google Tag Assisant扩展名检查我的代码时,我在同一页面上拥有Google Analytics(分析)代码和Google Tage Manager代码,但它显示有两次Google Analytics(分析)。 这就是我将其放在html页面标题中的方式:
Google Analytics(分析):
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-xxxxxxx"></script>
<script> window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'UA-xxxxxxx');</script>
Google跟踪代码管理器:
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-xxxxxxx');</script>
这就是Google Tag Assistant:
我该如何解决?
答案 0 :(得分:3)
如果您在GTM中具有GA标签,则无需在头上添加GA脚本。