Skip to content

Commit 85ca157

Browse files
committed
Update Google Analytics tracking ID to new account (G-44G6TK06ZN)
1 parent b88df13 commit 85ca157

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/javascripts/analytics.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
// Google tag (gtag.js) - Load the script first
22
var script = document.createElement('script');
33
script.async = true;
4-
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-9JKSMSLNJ9';
4+
script.src = 'https://www.googletagmanager.com/gtag/js?id=G-44G6TK06ZN';
55
document.head.appendChild(script);
66

77
// Initialize gtag after script loads
88
window.dataLayer = window.dataLayer || [];
99
function gtag(){dataLayer.push(arguments);}
1010
gtag('js', new Date());
11-
gtag('config', 'G-9JKSMSLNJ9');
11+
gtag('config', 'G-44G6TK06ZN');

0 commit comments

Comments
 (0)