Update ga4.js
This commit is contained in:
parent
819f80bbe7
commit
7c8a5741d7
@ -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";
|
||||
|
Loading…
x
Reference in New Issue
Block a user