Skip to content

Commit

Permalink
chore(ga): update GA collection script
Browse files Browse the repository at this point in the history
  • Loading branch information
netil authored and netil committed Jan 10, 2024
1 parent 31c5261 commit 1565eab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/jsdoc/static/analytics.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
var s = document.createElement("script");
s.src = "https://www.googletagmanager.com/gtag/js?id=UA-141911582-2";
s.src = "https://www.googletagmanager.com/gtag/js?id=G-DL3B3PRHQM";

document.head.appendChild(s);

Expand All @@ -8,5 +8,5 @@ s.onload = function() {
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'UA-141911582-2');
gtag('config', 'G-DL3B3PRHQM');
}

0 comments on commit 1565eab

Please sign in to comment.