Update ga4.js
This commit is contained in:
parent
819f80bbe7
commit
7c8a5741d7
@ -15,6 +15,10 @@ function addGoogleAnalyticsTags() {
|
|||||||
// Render Analytics
|
// Render Analytics
|
||||||
trackingId = "G-MND1TVBSXV";
|
trackingId = "G-MND1TVBSXV";
|
||||||
break;
|
break;
|
||||||
|
case "fastest.eaglercraft.win":
|
||||||
|
// Netlify / Fastest
|
||||||
|
trackingId = "G-0FMCWKD9KG";
|
||||||
|
break;
|
||||||
case "notproxiedclient.eaglercraft.win":
|
case "notproxiedclient.eaglercraft.win":
|
||||||
// OnRender / NotProxiedClient
|
// OnRender / NotProxiedClient
|
||||||
trackingId = "G-QWHQVSNLB6";
|
trackingId = "G-QWHQVSNLB6";
|
||||||
@ -27,6 +31,10 @@ function addGoogleAnalyticsTags() {
|
|||||||
// OnRender / Client 2
|
// OnRender / Client 2
|
||||||
trackingId = "G-995EPK8DXR";
|
trackingId = "G-995EPK8DXR";
|
||||||
break;
|
break;
|
||||||
|
case "client3.eaglercraft.win":
|
||||||
|
// Netlify / Client3
|
||||||
|
trackingId = "G-3M7CR3HRJV";
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
// Fallback Analytics
|
// Fallback Analytics
|
||||||
trackingId = "G-81F615LDEZ";
|
trackingId = "G-81F615LDEZ";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user