<?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 Count online users by geolocation - how to? in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203505#M4110</link>
    <description>&lt;P&gt;Hello, ladies and gents,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to make a dashboard for a client to show him how many real users are online sorted by geolocation.&amp;nbsp;&lt;BR /&gt;I didn't see a stock chart for this. Can you help me? How to build a code to do that?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Jan 2023 09:59:51 GMT</pubDate>
    <dc:creator>Adrian_Kefirov</dc:creator>
    <dc:date>2023-01-27T09:59:51Z</dc:date>
    <item>
      <title>Count online users by geolocation - how to?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203505#M4110</link>
      <description>&lt;P&gt;Hello, ladies and gents,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I need to make a dashboard for a client to show him how many real users are online sorted by geolocation.&amp;nbsp;&lt;BR /&gt;I didn't see a stock chart for this. Can you help me? How to build a code to do that?&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 09:59:51 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203505#M4110</guid>
      <dc:creator>Adrian_Kefirov</dc:creator>
      <dc:date>2023-01-27T09:59:51Z</dc:date>
    </item>
    <item>
      <title>Re: Count online users by geolocation - how to?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203512#M4111</link>
      <description>&lt;P&gt;You can achieve this using USQL: &lt;A href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/how-to-use-real-user-monitoring/cross-application-user-session-analytics/custom-queries-segmentation-and-aggregation-of-session-data&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Screenshot 2023-01-26 at 13.26.46.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9705i4183592DE7B1E81D/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screenshot 2023-01-26 at 13.26.46.png" alt="Screenshot 2023-01-26 at 13.26.46.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;The only consideration is, you will not get the real online users, since the USQL will query the completed sessions only, as per doc:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;P&gt;Only closed user sessions can be queried. Live user sessions aren't taken into account.&lt;/P&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 16:28:23 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203512#M4111</guid>
      <dc:creator>dannemca</dc:creator>
      <dc:date>2023-01-26T16:28:23Z</dc:date>
    </item>
    <item>
      <title>Re: Count online users by geolocation - how to?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203516#M4112</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/18264"&gt;@dannemca&lt;/a&gt;&amp;nbsp;is correct, you can grab the live users via the Session Segmentation but your not able to tile it on a dashboard:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ChadTurner_0-1674751614395.png" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9706iC1D1886E480D99C8/image-size/large?v=v2&amp;amp;px=999" role="button" title="ChadTurner_0-1674751614395.png" alt="ChadTurner_0-1674751614395.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;You could however formulate a markdown tile that contains a link to the page as shown above for single click access.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 26 Jan 2023 16:47:47 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203516#M4112</guid>
      <dc:creator>ChadTurner</dc:creator>
      <dc:date>2023-01-26T16:47:47Z</dc:date>
    </item>
    <item>
      <title>Re: Count online users by geolocation - how to?</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203575#M4114</link>
      <description>&lt;P&gt;Can you work with the built-in version? (Which already does what you need?)&lt;BR /&gt;Go to &lt;EM&gt;User behavior&lt;/EM&gt; infograph section of the application, click View geolocation breakdown, and in the Geo locations details that appear under the infograph you already see some of the information.&lt;BR /&gt;If you click Expand to large view, you get a total overview.&lt;BR /&gt;Fun part there is that you can use the &lt;STRONG&gt;Pin to dashboard option&lt;/STRONG&gt;.&lt;BR /&gt;Make sure to filter first, e.g. on user type Real Users.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="fstekelenburg_0-1674827397031.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/9719i82E381DDE1BA5E76/image-size/medium?v=v2&amp;amp;px=400" role="button" title="fstekelenburg_0-1674827397031.png" alt="fstekelenburg_0-1674827397031.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;See in the Demo environment:&lt;BR /&gt;&lt;A href="https://{environmentid}.live.dynatrace.com/#worldmapvisit;uemapplicationId=APPLICATION-08EBD5603755FA87;mode=vacus;gtf=-2h;gf=all" target="_blank"&gt;World map of "www.easytravel.com" - Dynatrace Demo Live: Demo Live - Dynatrace&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Jan 2023 13:50:08 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Count-online-users-by-geolocation-how-to/m-p/203575#M4114</guid>
      <dc:creator>fstekelenburg</dc:creator>
      <dc:date>2023-01-27T13:50:08Z</dc:date>
    </item>
  </channel>
</rss>

