<?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 Tag from Cookie Value in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112045#M990</link>
    <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your continues effort with me to understand the situation. Below screenshot is from the AppMon for determining the client IP address and the same headers I can see in your shared screenshot (on my side this is also the same). Unique IP addresses are available for the ApppMon but not for Dynatrace. Maybe the same header with different sequence will work for Dynatrace.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19474-determine-client-ip-appmon.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Wed, 16 Jan 2019 14:15:52 GMT</pubDate>
    <dc:creator>Babar_Qayyum</dc:creator>
    <dc:date>2019-01-16T14:15:52Z</dc:date>
    <item>
      <title>User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112022#M967</link>
      <description>&lt;P&gt;Dear All,&lt;/P&gt;
&lt;P&gt;We are trying to get a user tag from the cookie and for that purpose we found the name (&lt;STRONG&gt;&lt;EM&gt;loginid=&lt;/EM&gt;&lt;/STRONG&gt;) in the cookie and wrote a regex (&lt;EM&gt;loginid.(.?\d+)&lt;/EM&gt;) for the cleanup rule but even though anonymous user sessions are appearing.&lt;/P&gt;
&lt;P&gt;Below screenshots are for the reference to configuration.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19462-user-tag.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19463-cleanup-rule.jpg" border="0" /&gt;&lt;/P&gt;
&lt;P&gt;Regards,&lt;/P&gt;
&lt;P&gt;Babar&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:04:50 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112022#M967</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2022-09-30T12:04:50Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112023#M968</link>
      <description>&lt;P&gt;Hello Babar,&lt;/P&gt;&lt;P&gt;are you sure that all of those anonymous users has been signed in an have this cookie value? I have never had a problem that value was available and Dynatrace doesn’t detect it. You can always make experiment and disable cleanup rule to check if this help (just experiment)&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 07:21:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112023#M968</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T07:21:09Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112024#M969</link>
      <description>&lt;P&gt;Also depends if you use persistent cookies to identify recurring users or not. In this case, you can see some sessions as anonymous (on the main screen), but they have user tag assigned. Since their first session was initiated and completed before you have set the userTag extraction from cookie values.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 07:39:03 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112024#M969</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-01-16T07:39:03Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112025#M970</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt; and &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answers. Now the user tagging is working because &lt;STRONG&gt;= sign&lt;/STRONG&gt; in the cookie value was additional.&lt;/P&gt;&lt;P&gt;Two more following things wanted to ask.&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;As per the documentation "&lt;B&gt;&lt;EM&gt;Due to the 30-min timeout, finished user sessions don't immediately appear in User sessions view. Finished sessions appear only after 30 minutes&lt;/EM&gt;&lt;/B&gt;." &lt;STRONG&gt;What about live sessions?&lt;/STRONG&gt; I have done a complete practice session and even after many minutes past, my session is not appearing in the form of user tag or anonymous.&lt;/LI&gt;&lt;LI&gt;Secondly, public and private IP addresses are capturing in the form of &lt;STRONG&gt;subset &lt;/STRONG&gt;instead of an IP address e.g. &lt;STRONG&gt;82.212.85.0&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;10.50.81.0&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:29:26 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112025#M970</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T08:29:26Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112026#M971</link>
      <description>&lt;OL&gt;&lt;LI&gt;Generally your session should tag if it is life session that is still in use. I've made many experiments on clients environment when I was looking for place to get tag from cookie or css element and it was working almost immediately for live sessions. I think it will show in user sessions as finished after 30 minutes. &lt;/LI&gt;&lt;LI&gt;Could you share screen? &lt;/LI&gt;&lt;/OL&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:36:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112026#M971</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T08:36:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112027#M972</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Persistent cookie for user tracking is enabled and I found that my new session joined the existing &lt;STRONG&gt;&lt;EM&gt;anonymous completed &lt;/EM&gt;&lt;/STRONG&gt;&lt;STRONG&gt;&lt;EM&gt;session&lt;/EM&gt;&lt;/STRONG&gt;. &lt;STRONG&gt;Why?&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:40:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112027#M972</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T08:40:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112028#M973</link>
      <description>&lt;P&gt;Dynatrace detects cookie that has been left in your browser I think. There is also possibility to have multiple user tags in the same session when somebody will logout and login to different user without closing browser os clearing cookies.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 08:59:45 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112028#M973</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T08:59:45Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112029#M974</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;This make sense but in this situation we are going to have following situations:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;How to tell users to clear browser cookies&lt;/LI&gt;&lt;LI&gt;Number of sessions will be less than the actual count&lt;/LI&gt;&lt;LI&gt;Successfully logged-in conversion goal will also impact  &lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:05:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112029#M974</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T09:05:49Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112030#M975</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt; and &lt;A rel="user" href="https://answers.dynatrace.com/users/16467/view.html" nodeid="16467"&gt;@Julius L.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Any thoughts about the below situation?&lt;/P&gt;&lt;P&gt;Public and private IP addresses are capturing in the form of &lt;STRONG&gt;subset &lt;/STRONG&gt;instead of an IP address e.g. &lt;STRONG&gt;82.212.85.0&lt;/STRONG&gt; &amp;amp; &lt;STRONG&gt;10.50.81.0&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:08:38 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112030#M975</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T09:08:38Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112031#M976</link>
      <description>&lt;P&gt;Does your users all using the same computer and browser? If yes they can work in incognito mode but it is only workaround.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:09:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112031#M976</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T09:09:08Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112032#M977</link>
      <description>&lt;P&gt;Can you show screen? I'm not sure if I understand it correctly. &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:10:00 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112032#M977</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T09:10:00Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112033#M978</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;It is an e-channel application and used by 1000 of unique users.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:10:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112033#M978</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T09:10:41Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112034#M979</link>
      <description>&lt;P&gt;So if they are using different computers there should be no problem.&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:15:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112034#M979</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T09:15:25Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112035#M980</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;In the below screenshot you can see that IP address captured as a subnet instead of a unique IP address.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19464-session-details.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:17:57 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112035#M980</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T09:17:57Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112036#M981</link>
      <description>&lt;P&gt;Question... if you go from user action to purepath, there you also have client IP address. Is it the same? &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 09:28:48 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112036#M981</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T09:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112037#M982</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Are you talking about below information?&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19466-subnet.jpg" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:13:14 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112037#M982</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T10:13:14Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112038#M983</link>
      <description>&lt;P&gt;Click on one of user actions =&amp;gt; Waterfall analysis =&amp;gt; Purepath and check in purepath details IP cought on WebServer. &lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:21:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112038#M983</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T10:21:21Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112039#M984</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I tried few user actions but could not find the IP address.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:32:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112039#M984</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T10:32:13Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112040#M985</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19467-zrzut-ekranu-2019-01-16-o-115147.png" /&gt;&lt;/P&gt;&lt;P&gt;I mean this place&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 10:53:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112040#M985</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-01-16T10:53:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag from Cookie Value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112041#M986</link>
      <description>&lt;P&gt;Hello &lt;A rel="user" href="https://answers.dynatrace.com/users/15061/view.html" nodeid="15061"&gt;@sebastian k.&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Yes. The metadata also has the subnet instead of a unique IP address.&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/19468-metadata.png" /&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Babar&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Wed, 16 Jan 2019 11:09:34 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-from-Cookie-Value/m-p/112041#M986</guid>
      <dc:creator>Babar_Qayyum</dc:creator>
      <dc:date>2019-01-16T11:09:34Z</dc:date>
    </item>
  </channel>
</rss>

