Skip to content

Commit

Permalink
feat: add G-tag ID
Browse files Browse the repository at this point in the history
  • Loading branch information
Jennievon committed Nov 3, 2023
1 parent b7a49bc commit 6053cdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/walletextension/api/staticOG/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,15 +12,15 @@
<link rel="stylesheet" href="style.css" />
<script
strategy="lazyOnload"
src="https://www.googletagmanager.com/gtag/js?id='GOOGLE_ANALYTICS_ID'"
src="https://www.googletagmanager.com/gtag/js?id='G-XL6VWGQK1P'"
></script>
<script id="google-analytics">
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "GOOGLE_ANALYTICS_ID");
gtag("config", "G-XL6VWGQK1P");
</script>
</head>

Expand Down

0 comments on commit 6053cdc

Please sign in to comment.