Skip to content

Commit 6969a0a

Browse files
committed
Added visitor tracking code to Pages
1 parent 44b287d commit 6969a0a

File tree

3 files changed

+33
-0
lines changed

3 files changed

+33
-0
lines changed

docs/html/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,4 +130,15 @@ <h1><a class="anchor" id="contact"></a>
130130
</a> 1.8.14
131131
</small></address>
132132
</body>
133+
134+
<!-- Global site tag (gtag.js) - Google Analytics -->
135+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-370649-21"></script>
136+
<script>
137+
window.dataLayer = window.dataLayer || [];
138+
function gtag(){dataLayer.push(arguments);}
139+
gtag('js', new Date());
140+
141+
gtag('config', 'UA-370649-21');
142+
</script>
143+
133144
</html>

docs/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,4 +105,15 @@ <h2>Contact</h2>
105105
</main>
106106

107107
</body>
108+
109+
<!-- Global site tag (gtag.js) - Google Analytics -->
110+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-370649-21"></script>
111+
<script>
112+
window.dataLayer = window.dataLayer || [];
113+
function gtag(){dataLayer.push(arguments);}
114+
gtag('js', new Date());
115+
116+
gtag('config', 'UA-370649-21');
117+
</script>
118+
108119
</html>

docs/userguide/index.html

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1459,4 +1459,15 @@ <h2 id="contact">18. Contact</h2>
14591459
</main>
14601460

14611461
</body>
1462+
1463+
<!-- Global site tag (gtag.js) - Google Analytics -->
1464+
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-370649-21"></script>
1465+
<script>
1466+
window.dataLayer = window.dataLayer || [];
1467+
function gtag(){dataLayer.push(arguments);}
1468+
gtag('js', new Date());
1469+
1470+
gtag('config', 'UA-370649-21');
1471+
</script>
1472+
14621473
</html>

0 commit comments

Comments
 (0)