<?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: User Tagging in Dynatrace SAAS showing inappropriate result in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69633#M326</link>
    <description>&lt;P&gt;&lt;BR /&gt;	Tried your HTML code, this CSS selector works for me in Dynatrace (if you need the EmpID as user tag):&lt;BR /&gt;&lt;BR /&gt;	&lt;/P&gt;&lt;PRE&gt;#EmpId@value&lt;BR /&gt;	&lt;/PRE&gt;&lt;P&gt;	Actually, I don't see any reasons to use regex or cleanup rules in your case. &lt;/P&gt;</description>
    <pubDate>Fri, 18 May 2018 06:28:02 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2018-05-18T06:28:02Z</dc:date>
    <item>
      <title>User Tagging in Dynatrace SAAS showing inappropriate result</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69632#M325</link>
      <description>&lt;P&gt;Hi Team,&lt;/P&gt;
&lt;P&gt;I'm trying to apply user tagging on one of our application which is getting monitored under dynaTrace SAAS&lt;/P&gt;
&lt;P&gt;The tag I'm getting in user session is like this, &lt;STRONG&gt;Sirname, Name ( alias ) | Logout &lt;/STRONG&gt;but according to regex applied &lt;STRONG&gt;\bEmpId" value="([^"]*) &lt;/STRONG&gt;in cleaning rule it supposed to give me only &lt;STRONG&gt;"alias"&lt;/STRONG&gt;.&lt;/P&gt;
&lt;P&gt;The CSS selector result is (I checked it via browser),&lt;/P&gt;
&lt;PRE&gt;&amp;lt;div class="middle-header-content"&amp;gt;&lt;BR /&gt;		 Surname, Name ( Alias )  &amp;lt;span&amp;gt;|&amp;lt;/span&amp;gt; &amp;lt;a href="Logout.htm" class="logout" data-step="9" data-intro="Click here to Logout"&amp;gt;&amp;lt;/a&amp;gt;&lt;BR /&gt;		&amp;lt;a href="Logout.htm" data-step="9" data-intro="Click here to Logout"&amp;gt;&amp;lt;img src="images/custom/Logout.png" style=" vertical-align: middle;  margin-top: -6px;" alt="logout" title="logout"&amp;gt;Logout&amp;lt;/a&amp;gt;	&lt;BR /&gt;		&amp;lt;input type="hidden" name="empName" id="empName" value="Sirname, Name ( alias ) "&amp;gt;&lt;BR /&gt;		&amp;lt;input type="hidden" name="emailAdd" id="emailAdd" value="name.sirname@xyz.com"&amp;gt;&lt;BR /&gt;		&amp;lt;input type="hidden" name="mobileNo" id="mobileNo" value="4712683461"&amp;gt;&lt;BR /&gt;		&amp;lt;input type="hidden" name="repManagerFullName" id="repManagerFullName" value=""&amp;gt;&lt;BR /&gt;		&amp;lt;input type="hidden" name="EmpId" id="EmpId" value="alias"&amp;gt;		&lt;BR /&gt;		&amp;lt;input type="hidden" name="Gender" id="Gender" value="GM"&amp;gt;&lt;BR /&gt;        &lt;BR /&gt;        &amp;lt;/div&amp;gt;&lt;/PRE&gt;
&lt;P&gt;I don't know why it is showing such abnormal result. Please help.&lt;/P&gt;
&lt;P&gt;BR,&lt;/P&gt;
&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:17:30 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69632#M325</guid>
      <dc:creator>akshay_shinde2</dc:creator>
      <dc:date>2022-09-30T12:17:30Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging in Dynatrace SAAS showing inappropriate result</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69633#M326</link>
      <description>&lt;P&gt;&lt;BR /&gt;	Tried your HTML code, this CSS selector works for me in Dynatrace (if you need the EmpID as user tag):&lt;BR /&gt;&lt;BR /&gt;	&lt;/P&gt;&lt;PRE&gt;#EmpId@value&lt;BR /&gt;	&lt;/PRE&gt;&lt;P&gt;	Actually, I don't see any reasons to use regex or cleanup rules in your case. &lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 06:28:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69633#M326</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-05-18T06:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging in Dynatrace SAAS showing inappropriate result</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69634#M327</link>
      <description>&lt;P&gt;&lt;BR /&gt;	And you you want the "Sirname, Name" from your example as the user tag, you should use this selector:&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;#empName@value&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;P&gt;&lt;BR /&gt;	With the cleanup rule:&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;&lt;PRE&gt;&lt;BR /&gt;(.*) \(.*&lt;BR /&gt;&lt;/PRE&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 18 May 2018 06:57:31 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69634#M327</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-05-18T06:57:31Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging in Dynatrace SAAS showing inappropriate result</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69635#M328</link>
      <description>&lt;P&gt;Thanks Julius..It worked perfectly fine. No need of writing regex too.&lt;/P&gt;&lt;P&gt;But just to have more information,&lt;/P&gt;&lt;P&gt;What was wrong with my configuration. I have selected appropriate CSS selector, applied correct regex, then why it was showing inappropriate results?&lt;/P&gt;&lt;P&gt;This will help me understand user tagging configuration better as I'm new to dynatrace SAAS.&lt;/P&gt;&lt;P&gt;BR.&lt;/P&gt;&lt;P&gt;AK&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 08:52:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69635#M328</guid>
      <dc:creator>akshay_shinde2</dc:creator>
      <dc:date>2018-05-18T08:52:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging in Dynatrace SAAS showing inappropriate result</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69636#M329</link>
      <description>&lt;P&gt;Always try new settings in private browser window or with cookies cleared. I guess your session was evaluated as existing one, since cookies have been present and you did not call dtrum.endSession().&lt;/P&gt;</description>
      <pubDate>Fri, 18 May 2018 10:46:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tagging-in-Dynatrace-SAAS-showing-inappropriate-result/m-p/69636#M329</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2018-05-18T10:46:49Z</dc:date>
    </item>
  </channel>
</rss>

