<?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 User Tag returning incorrect value in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109681#M655</link>
    <description>&lt;P&gt;I'm having trouble with User Tags in a recently added application within Dynatrace. This application is the EU equivalent of our existing UK application. Both of which use the same cookie named "FullName"&lt;BR /&gt;&lt;BR /&gt;FullName=Application Support&amp;amp;UserName=applicationsupport@test-domain.com&amp;amp;HMAC=85aef4f304a24ea0e6b1977fd22c302128b29eb9b10bca8e4958638091e90fe4&amp;amp;FirstName=Application&lt;BR /&gt;&lt;BR /&gt;I want Dynatrace to pick up just the UserName and return that as the User Tag. As this is the same as the UK, I copied the Regex used to cleanup the cookie, which works fine in the UK:&lt;BR /&gt;&lt;BR /&gt;\bUserName=([^&amp;amp;]*)&lt;BR /&gt;&lt;BR /&gt;The UK returns 'applicationsupport@test-domain.com' without issue, but what's being returned in the EU application is 'FullName=Ap'&lt;BR /&gt;&lt;BR /&gt;Can anyone think of a reason why Dynatrace would be doing this?&lt;/P&gt;</description>
    <pubDate>Fri, 30 Sep 2022 12:05:37 GMT</pubDate>
    <dc:creator>chris_tudor</dc:creator>
    <dc:date>2022-09-30T12:05:37Z</dc:date>
    <item>
      <title>User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109681#M655</link>
      <description>&lt;P&gt;I'm having trouble with User Tags in a recently added application within Dynatrace. This application is the EU equivalent of our existing UK application. Both of which use the same cookie named "FullName"&lt;BR /&gt;&lt;BR /&gt;FullName=Application Support&amp;amp;UserName=applicationsupport@test-domain.com&amp;amp;HMAC=85aef4f304a24ea0e6b1977fd22c302128b29eb9b10bca8e4958638091e90fe4&amp;amp;FirstName=Application&lt;BR /&gt;&lt;BR /&gt;I want Dynatrace to pick up just the UserName and return that as the User Tag. As this is the same as the UK, I copied the Regex used to cleanup the cookie, which works fine in the UK:&lt;BR /&gt;&lt;BR /&gt;\bUserName=([^&amp;amp;]*)&lt;BR /&gt;&lt;BR /&gt;The UK returns 'applicationsupport@test-domain.com' without issue, but what's being returned in the EU application is 'FullName=Ap'&lt;BR /&gt;&lt;BR /&gt;Can anyone think of a reason why Dynatrace would be doing this?&lt;/P&gt;</description>
      <pubDate>Fri, 30 Sep 2022 12:05:37 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109681#M655</guid>
      <dc:creator>chris_tudor</dc:creator>
      <dc:date>2022-09-30T12:05:37Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109682#M656</link>
      <description>&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/23951-1583406311400.png" /&gt;&lt;/P&gt;&lt;P&gt;In general it should be correct. You can try catch whole cookie and check if there isn't any strange part that may corrupt your results. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 11:06:17 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109682#M656</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-05T11:06:17Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109683#M657</link>
      <description>Thanks Sebastian, hadn't thought to check that. It's now returning just Anonymous user sessions, no cookie value at all.</description>
      <pubDate>Thu, 05 Mar 2020 14:11:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109683#M657</guid>
      <dc:creator>chris_tudor</dc:creator>
      <dc:date>2020-03-05T14:11:59Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109684#M658</link>
      <description>&lt;P&gt;Strange, do you have access to this application from front? If yes maybe you should check cookies in development tools in chrome and see if there is anything suspicious there.&lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 14:18:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109684#M658</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-05T14:18:46Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109685#M659</link>
      <description>Yes, this where I confirmed the value of the cookie to build the regex from.</description>
      <pubDate>Thu, 05 Mar 2020 14:35:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109685#M659</guid>
      <dc:creator>chris_tudor</dc:creator>
      <dc:date>2020-03-05T14:35:53Z</dc:date>
    </item>
    <item>
      <title>Re: User Tag returning incorrect value</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109686#M660</link>
      <description>&lt;P&gt;I suggest support ticket than, maybe some debug flags will expose what is wrong here &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Sebastian&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 16:24:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/User-Tag-returning-incorrect-value/m-p/109686#M660</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2020-03-05T16:24:44Z</dc:date>
    </item>
  </channel>
</rss>

