New Link Tracking ID for GA4

Signed-off-by: PrestonT500 <preston@eaglercraft.win>
This commit is contained in:
PrestonT500 2025-01-15 12:14:40 -08:00
parent 654c8c1bbe
commit 5325581553

View File

@ -17,6 +17,10 @@ function addGoogleAnalyticsTags() {
console.log("Matched Render");
trackingId = "G-MND1TVBSXV";
break;
case "play.eaglercraft.win":
console.log("Matched Netlify / Play");
trackingId = "G-759HWVCM2S";
break;
case "fastest.eaglercraft.win":
console.log("Matched Netlify / Fastest");
trackingId = "G-0FMCWKD9KG";