Skip to content

Commit

Permalink
add google tag
Browse files Browse the repository at this point in the history
  • Loading branch information
AmyangXYZ committed Sep 25, 2024
1 parent bf04a4a commit 25c6ef1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,17 @@
})(window, document, "script", "dataLayer", "GTM-W3GLJ587")
</script>
<!-- End Google Tag Manager -->
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CHVPKLH6FE"></script>
<script>
window.dataLayer = window.dataLayer || []
function gtag() {
dataLayer.push(arguments)
}
gtag("js", new Date())

gtag("config", "G-CHVPKLH6FE")
</script>
</head>
<body>
<!-- Google Tag Manager (noscript) -->
Expand Down

0 comments on commit 25c6ef1

Please sign in to comment.