Skip to content

Commit a17422f

Browse files
authored
Update analytics script for user anonymity
Replaced Google Analytics script with Custom Salted Analytics for user anonymity.
1 parent 958a663 commit a17422f

File tree

1 file changed

+7
-10
lines changed

1 file changed

+7
-10
lines changed

index.html

Lines changed: 7 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,13 @@
1313
href="https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@20..48,100..700,0..1,-50..200"
1414
/>
1515

16-
<!-- Google tag (gtag.js) -->
17-
<script async src="https://www.googletagmanager.com/gtag/js?id=G-1JJD0ZQSCZ"></script>
18-
<script>
19-
window.dataLayer = window.dataLayer || [];
20-
function gtag(){dataLayer.push(arguments);}
21-
gtag('js', new Date());
22-
23-
gtag('config', 'G-1JJD0ZQSCZ');
24-
</script>
25-
16+
<!-- Custom Salted Analytics (maintains user anonymity) -->
17+
<script
18+
src="https://analytics.rhw.one/api/script.js"
19+
data-site-id="undefined"
20+
defer
21+
></script>
22+
2623
<!-- Primary Meta Tags -->
2724
<title>Simple tools.lol</title>
2825
<meta name="title" content="SimpleTools.lol" />

0 commit comments

Comments
 (0)