interface
interface copied to clipboard
GA custom dimensions are not working
Bug Description Custom dimensions in Google Analytics seem like they are not working
Steps to Reproduce
- On line https://github.com/Uniswap/interface/blob/0041b787ec333845b9ea0a5bf35b6e77a3db5484/src/components/analytics/index.ts#L78 try some hard-coded value that is easy to spot in console
- Check the events sent, by GA debug plugin or just in GA console and you will notice that there is no dimension value being sent with the event and its not available in the GA console
Expected Behavior The dimension should be sent with all GA events
Additional Context Its seems that the dimension is not being properly set. Could be something related to react-ga4 implementation.