From 803236ed383f07d7b2490c89720fbb76d6716152 Mon Sep 17 00:00:00 2001 From: Ramin Farhadi Date: Wed, 24 Jul 2024 14:51:56 -0400 Subject: [PATCH] removed the ga4.set --- src/App.tsx | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1671798..0bff27a 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -219,11 +219,6 @@ function App() { if (response.length > 0) { const location = response.pop(); - - ReactGA.set({ - link_text: `${location!.title.rendered}`, - link_url: `${location!.link}` - }) ReactGA.event({ category: "link", action: "click_internal_link", @@ -282,10 +277,6 @@ function App() { }; const campusHandler = (campus: Campus) => { - ReactGA.set({ - link_text: `${campus.name}`, - link_url: '' - }) ReactGA.event({ category: "campus_menu", action: "click_campus_menu",