<?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 Open Q&amp;A</title>
    <link>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201699#M23863</link>
    <description>&lt;P&gt;&lt;STRONG&gt;User Tag&lt;/STRONG&gt; is the user identification in the user sessions.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;(mostly for being able to find a particular sessions if you know the user identification).&lt;BR /&gt;&lt;BR /&gt;The user tag may be captured from different sources - that is the list you have pasted:&lt;BR /&gt;&lt;STRONG&gt;CSS selector&amp;nbsp;&lt;/STRONG&gt;- captured from the page using CSS selectors that allow you to specify elements in the HTML. The user tag is captured and session is tagged as soon as the element value specified by the selector is present.&lt;BR /&gt;&lt;STRONG&gt;JavaScript variable - &lt;/STRONG&gt;user tag is retrieved from the global javascript variable&lt;BR /&gt;&lt;STRONG&gt;Meta&lt;/STRONG&gt; &lt;STRONG&gt;tag&lt;/STRONG&gt; - user tag value is captured from the &amp;lt;meta&amp;gt; elements in the page.&lt;BR /&gt;&lt;STRONG&gt;Cookie value&amp;nbsp;&lt;/STRONG&gt;- user tag value is captured from a cookie specified&lt;BR /&gt;&lt;STRONG&gt;Query string&lt;/STRONG&gt;&lt;STRONG&gt; - &lt;/STRONG&gt;user tag value is captured from the query string (e.g. the&amp;nbsp;&amp;nbsp;&lt;A href="https://myapplication.tld/homepage?user=usertag" target="_blank"&gt;https://myapplication.tld/homepage?user=usertag&lt;/A&gt;&amp;nbsp;- the parameters after ?)&lt;BR /&gt;&lt;STRONG&gt;Server-side request attribute&lt;/STRONG&gt;&lt;STRONG&gt; -&amp;nbsp;&lt;/STRONG&gt;the user tag is captured from the request attribute. For this to work, the application must be deep-monitored by oneagent, request attribute must be defined to capture the value from the application code or by other means and also Dynatrace must be able to link the sessions to purepaths on the server side.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 08 Jan 2023 18:57:05 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2023-01-08T18:57:05Z</dc:date>
    <item>
      <title>Practical explanation for the User Tagging options</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201693#M23860</link>
      <description>&lt;P&gt;Hi dears&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If possible, I need the simplest practical explanation for the mentioned below user tagging options:&lt;/P&gt;
&lt;UL class=""&gt;
&lt;LI&gt;&lt;STRONG&gt;CSS selector&lt;/STRONG&gt;. Use when the user's identifier is visible on the page. This mechanism captures the first match&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;innerText/textContent&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;value (available for browsers that support&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;querySelector). To retrieve a specific attribute value of the element, append the '@' symbol followed by the attribute name, for example,&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;#someDomElement@someAttribute.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;JavaScript variable&lt;/STRONG&gt;. Use when you are already sending your user's identifier via a tag manager to other tools. You can then reuse your data layer object. This variable must be available globally. Use dot notation for property reference with JavaScript variables (someVar.version). Refer to your tag manager documentation for details.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Meta tag&lt;/STRONG&gt;:. Use when your user's identifier is present in one of the meta tags in the page source. This specifies the meta tag name that Dynatrace uses to capture its&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;content&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;value.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Cookie value&lt;/STRONG&gt;. Use when your user's identifier is present in one of your existing cookies.&lt;/LI&gt;
&lt;/UL&gt;
&lt;UL class=""&gt;
&lt;LI&gt;&lt;STRONG&gt;Query string&lt;/STRONG&gt;. Use when your user's identifier is part of a certain query string parameter, which you can define here.&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;Server-side request attribute&lt;/STRONG&gt;. Use when you want to use a server-side&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="Understand what request attributes are and learn how to use them across all levels of all service-analysis views." href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/services/request-attributes" target="_blank" rel="noopener"&gt;request attribute&lt;/A&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;to tag each user session.&lt;BR /&gt;Once you've&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="Understand what request attributes are and learn how to use them across all levels of all service-analysis views." href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/services/request-attributes#define-request-attributes" target="_blank" rel="noopener"&gt;defined a request attribute&lt;/A&gt;, all you need to do is to set&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Server-side request attribute&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG&gt;Source type&lt;/STRONG&gt;. Note that the service request attribute may not be captured for every user action and user session, as your server-side PurePath may be not captured due to&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;A class="" title="Explains how adaptive traffic management ensures that each OneAgent captures a minimum of new distributed traces each minute, thereby reducing the amount of captured data while ensuring that a statistically valid dataset is captured for analysis." href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/services/purepath-distributed-traces/adaptive-traffic-management-and-control" target="_blank" rel="noopener"&gt;adaptive capture control&lt;/A&gt;.&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 09 Jan 2023 09:28:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201693#M23860</guid>
      <dc:creator>Peter_Youssef</dc:creator>
      <dc:date>2023-01-09T09:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201699#M23863</link>
      <description>&lt;P&gt;&lt;STRONG&gt;User Tag&lt;/STRONG&gt; is the user identification in the user sessions.&lt;STRONG&gt;&amp;nbsp;&lt;/STRONG&gt;(mostly for being able to find a particular sessions if you know the user identification).&lt;BR /&gt;&lt;BR /&gt;The user tag may be captured from different sources - that is the list you have pasted:&lt;BR /&gt;&lt;STRONG&gt;CSS selector&amp;nbsp;&lt;/STRONG&gt;- captured from the page using CSS selectors that allow you to specify elements in the HTML. The user tag is captured and session is tagged as soon as the element value specified by the selector is present.&lt;BR /&gt;&lt;STRONG&gt;JavaScript variable - &lt;/STRONG&gt;user tag is retrieved from the global javascript variable&lt;BR /&gt;&lt;STRONG&gt;Meta&lt;/STRONG&gt; &lt;STRONG&gt;tag&lt;/STRONG&gt; - user tag value is captured from the &amp;lt;meta&amp;gt; elements in the page.&lt;BR /&gt;&lt;STRONG&gt;Cookie value&amp;nbsp;&lt;/STRONG&gt;- user tag value is captured from a cookie specified&lt;BR /&gt;&lt;STRONG&gt;Query string&lt;/STRONG&gt;&lt;STRONG&gt; - &lt;/STRONG&gt;user tag value is captured from the query string (e.g. the&amp;nbsp;&amp;nbsp;&lt;A href="https://myapplication.tld/homepage?user=usertag" target="_blank"&gt;https://myapplication.tld/homepage?user=usertag&lt;/A&gt;&amp;nbsp;- the parameters after ?)&lt;BR /&gt;&lt;STRONG&gt;Server-side request attribute&lt;/STRONG&gt;&lt;STRONG&gt; -&amp;nbsp;&lt;/STRONG&gt;the user tag is captured from the request attribute. For this to work, the application must be deep-monitored by oneagent, request attribute must be defined to capture the value from the application code or by other means and also Dynatrace must be able to link the sessions to purepaths on the server side.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 18:57:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201699#M23863</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2023-01-08T18:57:05Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201702#M23865</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/51369"&gt;@Peter_Youssef&lt;/a&gt;&amp;nbsp;, The option you choose depends on the application you are monitoring. If you have a cookie aviliable with user name - use it. If you have javascript variable with user name - use it ... etc.&lt;/P&gt;&lt;P&gt;From a practical perspective, I avoid using CSS selector as a user tag source - it is the least reliable in my opinion.&lt;/P&gt;</description>
      <pubDate>Sun, 08 Jan 2023 19:16:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/201702#M23865</guid>
      <dc:creator>Rapidez</dc:creator>
      <dc:date>2023-01-08T19:16:44Z</dc:date>
    </item>
    <item>
      <title>Re: User Tagging</title>
      <link>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/238200#M31263</link>
      <description>&lt;P&gt;Hello &lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/45055"&gt;@Rapidez&lt;/a&gt;, I have a question about an application made in Javascript.&lt;BR /&gt;The problem is that I can't determine which variable I should invoke,&lt;BR /&gt;and another one, when I use javascript, it doesn't allow me to use: ","" ,'' it only allows me to write the feint and a . method&lt;/P&gt;&lt;P&gt;In this code extract you will find the user variable&lt;BR /&gt;What would be the best way to invoke it?&lt;/P&gt;&lt;P&gt;&amp;lt;script id="form:j_id_h_s" type="text/javascript"&amp;gt;&lt;BR /&gt;PrimeFaces.cw("InputText", "widget_form_j_id_h", {&lt;BR /&gt;id: "form:j_id_h"&lt;BR /&gt;});&lt;BR /&gt;&amp;lt;/script&amp;gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 26 Feb 2024 20:38:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Open-Q-A/Practical-explanation-for-the-User-Tagging-options/m-p/238200#M31263</guid>
      <dc:creator>smascorro</dc:creator>
      <dc:date>2024-02-26T20:38:48Z</dc:date>
    </item>
  </channel>
</rss>

