try out 'dimension1' (#2704)

This commit is contained in:
Jordan Frankfurt 2021-10-27 11:49:42 -05:00 committed by GitHub
parent c0201206cc
commit cf9c6e4b4c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -24,7 +24,7 @@ export default function GoogleAnalyticsReporter({ location: { pathname, search }
const { chainId } = useActiveWeb3React()
useEffect(() => {
ReactGA.set({ ['Chain ID']: chainId ?? 0 })
ReactGA.set({ dimension1: chainId ?? 0 })
}, [chainId])
useEffect(() => {