File tree 2 files changed +17
-0
lines changed
2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change @@ -57,6 +57,15 @@ function openStandardFromURL(evt) {
57
57
document.getElementById(standardName+'_b').className += " active";
58
58
}
59
59
</script>
60
+
61
+ <!-- Google tag (gtag.js) -->
62
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
63
+ <script>
64
+ window.dataLayer = window.dataLayer || [];
65
+ function gtag(){dataLayer.push(arguments);}
66
+ gtag('js', new Date());
67
+ gtag('config', '{{ site.google_analytics }}');
68
+ </script>
60
69
</head>
61
70
<body onload="openStandardFromURL(event)">
62
71
Original file line number Diff line number Diff line change @@ -57,6 +57,14 @@ function openSupplementFromURL(evt) {
57
57
document.getElementById(supplementName+'_b').className += " active";
58
58
}
59
59
</script>
60
+ <!-- Google tag (gtag.js) -->
61
+ <script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
62
+ <script>
63
+ window.dataLayer = window.dataLayer || [];
64
+ function gtag(){dataLayer.push(arguments);}
65
+ gtag('js', new Date());
66
+ gtag('config', '{{ site.google_analytics }}');
67
+ </script>
60
68
</head>
61
69
<body onload="openSupplementFromURL(event)">
62
70
You can’t perform that action at this time.
0 commit comments