Skip to content

Commit f13f99c

Browse files
committed
More traffic analysis
1 parent 9285310 commit f13f99c

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

tab_03_standards.md

+9
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,15 @@ function openStandardFromURL(evt) {
5757
document.getElementById(standardName+'_b').className += " active";
5858
}
5959
</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>
6069
</head>
6170
<body onload="openStandardFromURL(event)">
6271

tab_04_supplements.md

+8
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,14 @@ function openSupplementFromURL(evt) {
5757
document.getElementById(supplementName+'_b').className += " active";
5858
}
5959
</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>
6068
</head>
6169
<body onload="openSupplementFromURL(event)">
6270

0 commit comments

Comments
 (0)