<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Some Users Not Getting Tagged in Dynatrace RUM using dtrum.identifyUser() method in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Some-Users-Not-Getting-Tagged-in-Dynatrace-RUM-using-dtrum/m-p/270151#M6759</link>
    <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/86777"&gt;@sarvikamolova&lt;/a&gt;&amp;nbsp;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:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/configure-global-privacy-settings#do-not-track-gdpr" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/configure-global-privacy-settings#do-not-track-gdpr&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 15 Feb 2025 21:39:49 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2025-02-15T21:39:49Z</dc:date>
    <item>
      <title>Some Users Not Getting Tagged in Dynatrace RUM using dtrum.identifyUser() method</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Some-Users-Not-Getting-Tagged-in-Dynatrace-RUM-using-dtrum/m-p/270116#M6757</link>
      <description>&lt;P&gt;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.&lt;/P&gt;
&lt;P&gt;&lt;STRONG&gt;What I’ve Implemented:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;If &lt;STRONG&gt;both &lt;/STRONG&gt;&lt;STRONG&gt;userId&lt;/STRONG&gt;&lt;STRONG&gt; and &lt;/STRONG&gt;&lt;STRONG&gt;email&lt;/STRONG&gt;&lt;STRONG&gt; exist&lt;/STRONG&gt;, I tag using:&lt;/LI&gt;
&lt;LI&gt;dtrum.identifyUser(`${userId} (${email})`);&lt;/LI&gt;
&lt;LI&gt;If &lt;STRONG&gt;only one value is available&lt;/STRONG&gt;, we tag with that value.&lt;/LI&gt;
&lt;LI&gt;I also call:&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL&gt;
&lt;LI&gt;dtrum.setUserProperties({ userId, email });&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Observed Issue:&lt;/STRONG&gt;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;Some users &lt;STRONG&gt;appear in Dynatrace as expected&lt;/STRONG&gt; with both ID and email.&lt;/LI&gt;
&lt;LI&gt;Other users &lt;STRONG&gt;just say Anonymous&lt;/STRONG&gt;, even though they are logging into the application.&lt;/LI&gt;
&lt;LI&gt;There is &lt;STRONG&gt;no pattern in browser type or user role&lt;/STRONG&gt; affecting this behavior.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&lt;STRONG&gt;Questions:&lt;/STRONG&gt;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;What could cause some users to &lt;STRONG&gt;not be tagged in Dynatrace&lt;/STRONG&gt;, even though dtrum.identifyUser() runs?&lt;/LI&gt;
&lt;LI&gt;Are there &lt;STRONG&gt;Dynatrace settings or limits&lt;/STRONG&gt; that could prevent users from appearing?&lt;/LI&gt;
&lt;LI&gt;Is there a way to &lt;STRONG&gt;force validation&lt;/STRONG&gt; that a user has been registered in Dynatrace after calling identifyUser()?&lt;/LI&gt;
&lt;LI&gt;Would adding &lt;STRONG&gt;additional custom user properties&lt;/STRONG&gt; help ensure visibility?&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Any insights would be greatly appreciated!&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;!--   notionvc: 4ee5f6e1-ed23-4f54-a94f-2eb986148c44   --&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 17 Feb 2025 09:45:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Some-Users-Not-Getting-Tagged-in-Dynatrace-RUM-using-dtrum/m-p/270116#M6757</guid>
      <dc:creator>sarvikamolova</dc:creator>
      <dc:date>2025-02-17T09:45:47Z</dc:date>
    </item>
    <item>
      <title>Re: Some Users Not Getting Tagged in Dynatrace RUM using dtrum.identifyUser() method</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Some-Users-Not-Getting-Tagged-in-Dynatrace-RUM-using-dtrum/m-p/270151#M6759</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/86777"&gt;@sarvikamolova&lt;/a&gt;&amp;nbsp;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:&amp;nbsp;&lt;A href="https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/configure-global-privacy-settings#do-not-track-gdpr" target="_blank"&gt;https://docs.dynatrace.com/docs/manage/data-privacy-and-security/configuration/configure-global-privacy-settings#do-not-track-gdpr&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Feb 2025 21:39:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Some-Users-Not-Getting-Tagged-in-Dynatrace-RUM-using-dtrum/m-p/270151#M6759</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2025-02-15T21:39:49Z</dc:date>
    </item>
  </channel>
</rss>

