From 81f772e8b139d3b34eddfa2ea8662b42fb23ba25 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Fri, 18 Feb 2022 02:30:32 +0000 Subject: [PATCH] Switch from GA4 to UA to track feedback --- beta/.env.production | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/beta/.env.production b/beta/.env.production index 2278f7e2..d25eb7dd 100644 --- a/beta/.env.production +++ b/beta/.env.production @@ -1 +1 @@ -NEXT_PUBLIC_GA_TRACKING_ID = 'G-3918VS75Y6' \ No newline at end of file +NEXT_PUBLIC_GA_TRACKING_ID = 'UA-41298772-4' \ No newline at end of file