Skip to content

Commit

Permalink
More traffic analysis
Browse files Browse the repository at this point in the history
  • Loading branch information
Taher-Ghaleb committed Feb 26, 2023
1 parent 9285310 commit f13f99c
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 0 deletions.
9 changes: 9 additions & 0 deletions tab_03_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,15 @@ function openStandardFromURL(evt) {
document.getElementById(standardName+'_b').className += " active";
}
</script>

<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
</head>
<body onload="openStandardFromURL(event)">

Expand Down
8 changes: 8 additions & 0 deletions tab_04_supplements.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,14 @@ function openSupplementFromURL(evt) {
document.getElementById(supplementName+'_b').className += " active";
}
</script>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id={{ site.google_analytics }}"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', '{{ site.google_analytics }}');
</script>
</head>
<body onload="openSupplementFromURL(event)">

Expand Down

0 comments on commit f13f99c

Please sign in to comment.