From ed4b438d330562fc08b7726cb64036e399e2a4d3 Mon Sep 17 00:00:00 2001 From: Jeff Sieu Date: Fri, 4 Nov 2022 19:07:10 +0800 Subject: [PATCH] [questions][chore] add google analytics id (#498) * [questions][chore] add google analytics id * [questions][fix] remove comment --- apps/portal/src/components/questions/QuestionsNavigation.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/portal/src/components/questions/QuestionsNavigation.tsx b/apps/portal/src/components/questions/QuestionsNavigation.tsx index 363bdf7e..9ad8b850 100644 --- a/apps/portal/src/components/questions/QuestionsNavigation.tsx +++ b/apps/portal/src/components/questions/QuestionsNavigation.tsx @@ -8,8 +8,7 @@ const navigation: ProductNavigationItems = [ ]; const config = { - // TODO: Change this to your own GA4 measurement ID. - googleAnalyticsMeasurementID: 'G-DBLZDQ2ZZN', + googleAnalyticsMeasurementID: 'G-0T4LYWMK8L', logo: ( Questions Bank ),