Skip to content

Commit 997fb8a

Browse files
committed
Update analytics
1 parent d238956 commit 997fb8a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

index.html

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -200,14 +200,14 @@ <h2>Disclaimer</h2>
200200
<br/>
201201

202202
</footer>
203-
<!-- Global site tag (gtag.js) - Google Analytics -->
204-
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-111501715-1"></script>
203+
<!-- Google tag (gtag.js) -->
204+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-WX4FHQFXKR"></script>
205205
<script>
206-
window.dataLayer = window.dataLayer || [];
207-
function gtag(){dataLayer.push(arguments);}
208-
gtag('js', new Date());
206+
window.dataLayer = window.dataLayer || [];
207+
function gtag(){dataLayer.push(arguments);}
208+
gtag('js', new Date());
209209

210-
gtag('config', 'UA-111501715-1');
210+
gtag('config', 'G-WX4FHQFXKR');
211211
</script>
212212
<script src="js/tribler.js"></script>
213213
</body>

0 commit comments

Comments
 (0)