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";