Commit cf9c6e4b authored by Jordan Frankfurt's avatar Jordan Frankfurt Committed by GitHub

try out 'dimension1' (#2704)

parent c0201206
...@@ -24,7 +24,7 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search } ...@@ -24,7 +24,7 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search }
const { chainId } = useActiveWeb3React() const { chainId } = useActiveWeb3React()
useEffect(() => { useEffect(() => {
ReactGA.set({ ['Chain ID']: chainId ?? 0 }) ReactGA.set({ dimension1: chainId ?? 0 })
}, [chainId]) }, [chainId])
useEffect(() => { useEffect(() => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment