<?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 RUM: Tagging only your user actions, keeping others anonymous in Dynatrace tips</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/211010#M829</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sometimes RUM is enabled but tagging users is not allowed for privacy reasons. And you would like to monitor your user actions in target web application but only yours, others must be still anonymous.&lt;/P&gt;
&lt;P&gt;If you are in that situation:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open your favorite browser in incognito mode.&lt;/LI&gt;
&lt;LI&gt;Going to target application where RUM is enabled.&lt;/LI&gt;
&lt;LI&gt;Press F12 in your keyboard or going to Developer tools interface.&lt;/LI&gt;
&lt;LI&gt;Go to “Console” tab.&lt;/LI&gt;
&lt;LI&gt;Type &lt;FONT color="#0000FF"&gt;&lt;EM&gt;dtrum.identifyUser("Your_username")&lt;/EM&gt;&lt;/FONT&gt; and press ENTER.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonPineiro_0-1682693266760.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11383iA3FD82DB1A214DB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonPineiro_0-1682693266760.png" alt="AntonPineiro_0-1682693266760.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That session will be tagged with your input tag. It might be helpful for testing or discovery or troubleshooting purposes.&lt;/P&gt;
&lt;P&gt;I hope it could help!&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
    <pubDate>Mon, 08 May 2023 11:15:27 GMT</pubDate>
    <dc:creator>AntonPineiro</dc:creator>
    <dc:date>2023-05-08T11:15:27Z</dc:date>
    <item>
      <title>RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/211010#M829</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;Sometimes RUM is enabled but tagging users is not allowed for privacy reasons. And you would like to monitor your user actions in target web application but only yours, others must be still anonymous.&lt;/P&gt;
&lt;P&gt;If you are in that situation:&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open your favorite browser in incognito mode.&lt;/LI&gt;
&lt;LI&gt;Going to target application where RUM is enabled.&lt;/LI&gt;
&lt;LI&gt;Press F12 in your keyboard or going to Developer tools interface.&lt;/LI&gt;
&lt;LI&gt;Go to “Console” tab.&lt;/LI&gt;
&lt;LI&gt;Type &lt;FONT color="#0000FF"&gt;&lt;EM&gt;dtrum.identifyUser("Your_username")&lt;/EM&gt;&lt;/FONT&gt; and press ENTER.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P class="lia-indent-padding-left-30px"&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AntonPineiro_0-1682693266760.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11383iA3FD82DB1A214DB6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="AntonPineiro_0-1682693266760.png" alt="AntonPineiro_0-1682693266760.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;That session will be tagged with your input tag. It might be helpful for testing or discovery or troubleshooting purposes.&lt;/P&gt;
&lt;P&gt;I hope it could help!&lt;/P&gt;
&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Mon, 08 May 2023 11:15:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/211010#M829</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-05-08T11:15:27Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/212014#M835</link>
      <description>&lt;P&gt;Always appreciable this type of sharing. In addition, here is the link detailing a complete list of these JS API functions.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.dynatrace.com/support/doc/javascriptapi/interfaces/dtrum_types.DtrumApi.html" target="_blank"&gt;https://www.dynatrace.com/support/doc/javascriptapi/interfaces/dtrum_types.DtrumApi.html&lt;/A&gt;&lt;BR /&gt;A more fleshed out tip, if you want to follow a specific user click (here click button "soumettre: ", possibility to change in the JS application code (requires the development team) as follows:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;function submitCockpitAction(caseName)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;{ &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;action = dtrum.enterAction("soumettre:" + caseName); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;dtrum.leaveAction(action); &lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;}&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Result :&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="uros_djukic1_0-1683879100854.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/11629iE156F145AF74B7C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="uros_djukic1_0-1683879100854.png" alt="uros_djukic1_0-1683879100854.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 08:12:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/212014#M835</guid>
      <dc:creator>uros_djukic1</dc:creator>
      <dc:date>2023-05-12T08:12:23Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/212020#M836</link>
      <description>&lt;P&gt;Thank you!&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":smiling_face_with_sunglasses:"&gt;😎&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 12 May 2023 08:44:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/212020#M836</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2023-05-12T08:44:42Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244313#M1224</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;How about I would like to monitor my user actions in target web application but only specific web server routed by load balancer (4 web server routed by load balancer but only 1 web server that need to be monitored).&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Rudy&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 05:24:12 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244313#M1224</guid>
      <dc:creator>rudy_h</dc:creator>
      <dc:date>2024-04-30T05:24:12Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244328#M1225</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am not sure if that is possible but, what do you want to achieve?&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 06:46:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244328#M1225</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-04-30T06:46:36Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244333#M1226</link>
      <description>&lt;P&gt;We suspect that the request distribution is not balance enough (poorly done by load balancer). It has something to do with capacity planning (adding 1 more web server or replacing the load balancer)&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 07:42:20 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244333#M1226</guid>
      <dc:creator>rudy_h</dc:creator>
      <dc:date>2024-04-30T07:42:20Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244362#M1227</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Service Flow view can help to see how many request are going to which web servers.&lt;/P&gt;&lt;P&gt;If you have all web servers with OneAgent with fullstack, that is monitored out of the box.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 09:41:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244362#M1227</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2024-04-30T09:41:19Z</dc:date>
    </item>
    <item>
      <title>Re: RUM: Tagging only your user actions, keeping others anonymous</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244378#M1228</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="rudy_h_0-1714478104230.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/19545i9C57F46B95D677E8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="rudy_h_0-1714478104230.png" alt="rudy_h_0-1714478104230.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Do you know which column in usersession that represents the web server? Or should we add additional properties like in this article (&lt;A href="https://www.dynatrace.com/news/blog/filter-user-sessions-based-on-custom-session-properties-eap/" target="_blank"&gt;Filter user sessions based on custom session properties (EAP) (dynatrace.com)&lt;/A&gt;)?&lt;/P&gt;</description>
      <pubDate>Tue, 30 Apr 2024 11:58:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-tips/RUM-Tagging-only-your-user-actions-keeping-others-anonymous/m-p/244378#M1228</guid>
      <dc:creator>rudy_h</dc:creator>
      <dc:date>2024-04-30T11:58:27Z</dc:date>
    </item>
  </channel>
</rss>

