interface icon indicating copy to clipboard operation
interface copied to clipboard

GA custom dimensions are not working

Open nenadV91 opened this issue 2 years ago • 0 comments

Bug Description Custom dimensions in Google Analytics seem like they are not working

Steps to Reproduce

  1. 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
  2. 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.

nenadV91 avatar Sep 27 '22 12:09 nenadV91