Update ga4.js

This commit is contained in:
Preston 2024-10-29 07:16:07 -07:00 committed by GitHub
parent ef134406bb
commit 819f80bbe7
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -15,6 +15,10 @@ function addGoogleAnalyticsTags() {
// Render Analytics
trackingId = "G-MND1TVBSXV";
break;
case "notproxiedclient.eaglercraft.win":
// OnRender / NotProxiedClient
trackingId = "G-QWHQVSNLB6";
break;
case "client.eaglercraft.win":
// GitHub Pages / Client 1
trackingId = "G-SGELV1H17J";