cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Some Users Not Getting Tagged in Dynatrace RUM using dtrum.identifyUser() method

sarvikamolova
Newcomer

Hi Dynatrace Community, We have implemented Real User Monitoring (RUM) in my web applications, tagging users with their user ID and email using dtrum.identifyUser() and dtrum.setUserProperties(). However, we’ve noticed that some users are getting tagged correctly while others are not showing up in the Dynatrace dashboard at all.

What I’ve Implemented:

  • If both userId and email exist, I tag using:
  • dtrum.identifyUser(`${userId} (${email})`);
  • If only one value is available, we tag with that value.
  • I also call:
  • dtrum.setUserProperties({ userId, email });

Observed Issue:

  • Some users appear in Dynatrace as expected with both ID and email.
  • Other users just say Anonymous, even though they are logging into the application.
  • There is no pattern in browser type or user role affecting this behavior.

Questions:

  1. What could cause some users to not be tagged in Dynatrace, even though dtrum.identifyUser() runs?
  2. Are there Dynatrace settings or limits that could prevent users from appearing?
  3. Is there a way to force validation that a user has been registered in Dynatrace after calling identifyUser()?
  4. Would adding additional custom user properties help ensure visibility?

Any insights would be greatly appreciated!

Thanks in advance.



 

1 REPLY 1

Julius_Loman
DynaMight Legend
DynaMight Legend

@sarvikamolova Most likely those users have "do not track" set in the browser. Some browsers have this by default and Dynatrace honours DNT headers in default settings. Please check this: https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/configure-global-priv... 

Certified Dynatrace Master | Alanata a.s., Slovakia, Dynatrace Master Partner

Featured Posts