Add Google Analytics to index_old.html
Browse files- index_old.html +8 -0
index_old.html
CHANGED
|
@@ -9,6 +9,14 @@
|
|
| 9 |
margin: 0;
|
| 10 |
}
|
| 11 |
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
<script>
|
| 13 |
window.onload = () => {
|
| 14 |
if (document.getElementById('adContainerHeaderDiv').clientHeight === 0) {
|
|
|
|
| 9 |
margin: 0;
|
| 10 |
}
|
| 11 |
</style>
|
| 12 |
+
<!-- Google tag (gtag.js) -->
|
| 13 |
+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8MSJZ10PZL"></script>
|
| 14 |
+
<script>
|
| 15 |
+
window.dataLayer = window.dataLayer || [];
|
| 16 |
+
function gtag(){dataLayer.push(arguments);}
|
| 17 |
+
gtag('js', new Date());
|
| 18 |
+
gtag('config', 'G-8MSJZ10PZL');
|
| 19 |
+
</script>
|
| 20 |
<script>
|
| 21 |
window.onload = () => {
|
| 22 |
if (document.getElementById('adContainerHeaderDiv').clientHeight === 0) {
|