We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b88df13 commit 85ca157Copy full SHA for 85ca157
1 file changed
docs/javascripts/analytics.js
@@ -1,11 +1,11 @@
1
// Google tag (gtag.js) - Load the script first
2
var script = document.createElement('script');
3
script.async = true;
4
-script.src = 'https://www.googletagmanager.com/gtag/js?id=G-9JKSMSLNJ9';
+script.src = 'https://www.googletagmanager.com/gtag/js?id=G-44G6TK06ZN';
5
document.head.appendChild(script);
6
7
// Initialize gtag after script loads
8
window.dataLayer = window.dataLayer || [];
9
function gtag(){dataLayer.push(arguments);}
10
gtag('js', new Date());
11
-gtag('config', 'G-9JKSMSLNJ9');
+gtag('config', 'G-44G6TK06ZN');
0 commit comments