Skip to content

Instantly share code, notes, and snippets.

@httpspace
Created June 11, 2020 08:14
Show Gist options
  • Save httpspace/71d8b5bb3f333cc1aefb194f2be1cbfc to your computer and use it in GitHub Desktop.
Save httpspace/71d8b5bb3f333cc1aefb194f2be1cbfc to your computer and use it in GitHub Desktop.
win1798新增GOOGLE分析
安裝 Google 代碼管理工具
請將以下程式碼複製並貼入您網站的每個網頁中。
請將這段程式碼放在網頁最上方的 <head> 中:
<!-- Google Tag Manager -->
<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-T34GB2L');</script>
<!-- End Google Tag Manager -->
此外,請將這段程式碼複製到 <body> 開頭代碼正後方:
<!-- Google Tag Manager (noscript) -->
<noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T34GB2L"
height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript>
<!-- End Google Tag Manager (noscript) -->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment