From 819f80bbe7bfb648296f7b85b93008ebfeb73406 Mon Sep 17 00:00:00 2001 From: Preston Date: Tue, 29 Oct 2024 07:16:07 -0700 Subject: [PATCH] Update ga4.js --- js/ga4.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/js/ga4.js b/js/ga4.js index 9b6d5d4..11df166 100644 --- a/js/ga4.js +++ b/js/ga4.js @@ -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";