-
How to Locate User Information in Google Analytics Account for React
Hey there! I’m working on integrating Google Analytics into my site with the react-ga package. I’ve been successful in initializing the react-ga property and dispatching some user information like the userId. There’s just one little hiccup – I can’t seem to find that user info in my Google Analytics account. Could you lend a hand and guide me where to scout for that user info within my Google Analytics account?
I have uploaded images showing my steps and results.
Image1: This is how I have set up my GA code and dispatched user info. I can confirm that everything is working insofar as seeing the pages in my Google analytics account. But, I am stumped because I can’t locate any user info, such as userId.
Image2: I can clearly view the current page, but the elusive userId is nowhere in sight. Where can I root that out?
Log in to reply.