<?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: userTagging in Application in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84696#M6511</link>
    <description>&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;There's really good documentation online for CSS selectors here &lt;A href="https://api.jquery.com/category/selectors/"&gt;https://api.jquery.com/category/selectors/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And you can test your selector by opening dev tools in Chrome, switching to the console tab, and running document.querySelector() function inside it. If it returns your element, then Dynatrace will also find it.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/17766-sample.png" /&gt;&lt;/P&gt;&lt;P&gt;In your case, I would try with input#singlepoint-username&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 27 Jul 2018 16:49:22 GMT</pubDate>
    <dc:creator>Radu</dc:creator>
    <dc:date>2018-07-27T16:49:22Z</dc:date>
    <item>
      <title>userTagging in Application</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84695#M6510</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;
&lt;P&gt;We want to use userTagging but not sure what should be used in tag . I got below element from my Page. Can somebody help to user stand whether it should be meta data tag or CSS selector and what value I should use example input name = USER something&lt;/P&gt;
&lt;P&gt;&amp;lt;table border="0" cellspacing="0" cellpadding="0"&amp;gt;&amp;lt;tbody&amp;gt;&amp;lt;tr&amp;gt;&amp;lt;td&amp;gt;&amp;lt;input name="USER" id="singlepoint-username" style="width: 150px;" type="text" maxlength="256" autocomplete="off"&amp;gt;&amp;lt;/td&amp;gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:16:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84695#M6510</guid>
      <dc:creator>pshinde</dc:creator>
      <dc:date>2022-09-30T12:16:17Z</dc:date>
    </item>
    <item>
      <title>Re: userTagging in Application</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84696#M6511</link>
      <description>&lt;P&gt;Hi Prashant,&lt;/P&gt;&lt;P&gt;There's really good documentation online for CSS selectors here &lt;A href="https://api.jquery.com/category/selectors/"&gt;https://api.jquery.com/category/selectors/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;And you can test your selector by opening dev tools in Chrome, switching to the console tab, and running document.querySelector() function inside it. If it returns your element, then Dynatrace will also find it.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/17766-sample.png" /&gt;&lt;/P&gt;&lt;P&gt;In your case, I would try with input#singlepoint-username&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 27 Jul 2018 16:49:22 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84696#M6511</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2018-07-27T16:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: userTagging in Application</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84697#M6512</link>
      <description>&lt;P&gt;Hi Radu,&lt;/P&gt;&lt;P&gt;When we check .navTxt&amp;gt;label we get a long answer:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/17780-how-to.png" /&gt;&lt;/P&gt;&lt;P&gt;Is there a way get the value of title?&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2018 09:21:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84697#M6512</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2018-07-30T09:21:44Z</dc:date>
    </item>
    <item>
      <title>Re: userTagging in Application</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84698#M6513</link>
      <description>&lt;P&gt;Hi Yos,&lt;/P&gt;&lt;P&gt;I should've mentioned this. There is a long answer because document.querySelector() will return in the console the entire element as it appears in the HTML of the page. However, when Dynatrace extracts a user tag based on the selector, it will always show only the inner text of that element. So, in the example of your screenshot, Dynatrace would get the user tag from that element as "Welcome S140_qa2" (because that's the inner text of that element).&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Radu&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2018 09:42:10 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84698#M6513</guid>
      <dc:creator>Radu</dc:creator>
      <dc:date>2018-07-30T09:42:10Z</dc:date>
    </item>
    <item>
      <title>Re: userTagging in Application</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84699#M6514</link>
      <description>&lt;P&gt;Hi Radu,&lt;/P&gt;&lt;P&gt;We have tried it (.navTxt&amp;gt;label) out already with no luck the session are not tag&lt;/P&gt;&lt;P&gt;Yos&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Mon, 30 Jul 2018 10:12:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/userTagging-in-Application/m-p/84699#M6514</guid>
      <dc:creator>Yosi_Neuman</dc:creator>
      <dc:date>2018-07-30T10:12:09Z</dc:date>
    </item>
  </channel>
</rss>

