Update ga4.js

This commit is contained in:
Preston 2024-10-29 07:28:07 -07:00 committed by GitHub
parent 819f80bbe7
commit 7c8a5741d7
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 "fastest.eaglercraft.win":
// Netlify / Fastest
trackingId = "G-0FMCWKD9KG";
break;
case "notproxiedclient.eaglercraft.win":
// OnRender / NotProxiedClient
trackingId = "G-QWHQVSNLB6";
@ -27,6 +31,10 @@ function addGoogleAnalyticsTags() {
// OnRender / Client 2
trackingId = "G-995EPK8DXR";
break;
case "client3.eaglercraft.win":
// Netlify / Client3
trackingId = "G-3M7CR3HRJV";
break;
default:
// Fallback Analytics
trackingId = "G-81F615LDEZ";