31 Mar 2026
07:44 PM
- last edited on
27 Apr 2026
12:11 PM
by
MaciejNeumann
I've set up frontend User Tags via CSS selectors and Request Attributes. They work in the classic view, but in the New RUM experience (Session & User Overview), all users appear as anonymous. Does the new experience require a different tagging setup? Any guidance would be appreciated.
01 Apr 2026 11:11 AM
Hi,
This doesn’t require a different setup in the new RUM.
Most likely you’re seeing a property/request attribute in Classic, not an actual User tag.
Make sure it’s configured as a User tag rule:
Web app → Capturing → User tags (CSS, JS, cookie, request attribute).
Also note:
01 Apr 2026 01:26 PM
"I am experiencing an issue where User Tags are not being reflected in the New RUM Experience. They are properly configured via CSS selectors and Request Attributes and work as expected in the classic view, but all users are listed as anonymous in the new 'Session & User Overview'. Could you please advise if a new configuration is necessary?"
maybe something like this identifyUser | RUM JavaScript API - 1.333.0
19 Aug 2026 08:00 PM - edited 19 Aug 2026 08:00 PM
Hello,
To answer your question: yes, the new RUM experience (Session & User overview) needs its own explicit user identification, separate from the classic "User tag" rules (CSS selector / cookie / request attribute).
To get real user identities showing up in the new experience, you have two options:
So in short: keep your existing User tag config for classic if you still need it, but add either identifyUser() or an equivalent capture property to get non-anonymous users in the new Session & User overview.
Hope that helps!
Featured Posts