From af5a731e430537775515e70784a26844bd122077 Mon Sep 17 00:00:00 2001 From: adueck Date: Sun, 27 Aug 2023 12:55:37 +0400 Subject: [PATCH] update GA --- website/src/App.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website/src/App.tsx b/website/src/App.tsx index b0091d6..94025eb 100644 --- a/website/src/App.tsx +++ b/website/src/App.tsx @@ -82,7 +82,7 @@ const prod = document.location.hostname === "dictionary.lingdocs.com"; if (prod) { // TODO: migrate to https://www.npmjs.com/package/react-ga4 - ReactGA.initialize("386396674"); + ReactGA.initialize("G-TPQY0GKDCW"); ReactGA.set({ anonymizeIp: true }); }