react-ga4 icon indicating copy to clipboard operation
react-ga4 copied to clipboard

Not sure issue with ReactGA.send(

Open aaronucsd opened this issue 1 year ago • 0 comments

Seems like if you put ReactGA.send({ hitType: "pageview", page: "/demo/dedicated", title: "dedicated dashboard page" }); outside of the page view (per route) it will update all the custom page views. Not sure this is a bug or do we need to put this call inside the component const DedicatedHomeView = () => {} definition and maybe in the React.useEffect(() => {, []}? SO it called once on page / component load?

aaronucsd avatar Aug 09 '24 02:08 aaronucsd