chandramohan

Results 3 comments of chandramohan

I found the solution, this works like a charm. ReactGA.ga((tracker) => { ReactGA.set({ dimension1: profileId }); ReactGA.pageview(pageName, { dimension1: profileId }); }); **### To verify the result, Brower Inspect mode...

You are not updating dimension1 value for case 35. Please check value is updated or not in console.log. Another option is add another dimension and pass the current datetime value...

I haven't tried that. you can try. try with empty string option also. All the best.