<?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: Struggling with documentation : how to send specific data and display it on the dashboard in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185849#M3749</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50387"&gt;@Glenou&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here I can understand your pain point. What I can suggest you with the given data here is,&amp;nbsp;&lt;BR /&gt;You are trying to build Dashboard in your application based on the data from Dynatrace.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;First, to build a dasboard you need to get the data out from Dynatrace. For that you can use Dynatrace's rest api.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Second, you are trying to get user session data out. In this case, you need to use RUM API that exists in Dynatrace to get the data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What Dynatrace returns is in JSON format and you can write a logic to extract the required data from that captured JSOn after making API call.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 03 May 2022 01:44:54 GMT</pubDate>
    <dc:creator>theharithsa</dc:creator>
    <dc:date>2022-05-03T01:44:54Z</dc:date>
    <item>
      <title>Struggling with documentation : how to send specific data and display it on the dashboard</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185578#M3747</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As a third-party developer, I'm working for a client and I need to implement Dynatrace to the application we are building.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've never heard of Dynatrace before and I'm struggling with the documentation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;We are already using &lt;A title="Matomo website" href="https://matomo.org/" target="_blank" rel="noopener"&gt;Matomo &lt;/A&gt;to track user actions and send specific data using events.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;In Dynatrace, it seems to be different. With the documentation, I understand that we can use User Actions to track hitted buttons but :&amp;nbsp;&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;
&lt;UL&gt;
&lt;LI&gt;&lt;STRONG&gt;How can we send specific data like an array (or a stringified array) of values ? And display it in the dashboard ?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;LI&gt;&lt;STRONG&gt;How can we send specific data like a key-value after a button was hitted ? And display it in the dashboard ?&lt;/STRONG&gt;&lt;/LI&gt;
&lt;/UL&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;An example of what I send to Matomo for you to understand what I need :&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="javascript"&gt;window._paq.push(['trackEvent', 'FirstResultClicked', 'Rank', 2);&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;trackEvent&lt;/EM&gt; : type of notification to Matomo&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;FirstResultClicked&lt;/EM&gt; : name of the notification&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;Rank&lt;/EM&gt; : key&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;2&lt;/EM&gt; : value&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you need more informations, feel free to ask me more !&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a great day,&lt;/P&gt;
&lt;P&gt;Glen.&lt;/P&gt;
&lt;P data-unlink="true"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 19:38:19 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185578#M3747</guid>
      <dc:creator>Glenou</dc:creator>
      <dc:date>2022-07-13T19:38:19Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with documentation : how to send specific data and display it on the dashboard</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185613#M3748</link>
      <description>&lt;P&gt;Hey Glen,&lt;BR /&gt;&lt;BR /&gt;I can think of a few ways to achieve this and which one would be the best to go with depends on what you actually want. A little bit more info though would be useful before giving any recommendations or ideas.&lt;BR /&gt;&lt;BR /&gt;1. What are you using to develop the application? As in what kind of frameworks?&lt;BR /&gt;2. How will users view it? Is it a web app, mobile app, does it have some sort of desktop client?&lt;BR /&gt;3. Do you want the user actions to show up in user sessions to track the entire user experience or do you want to just log individual actions without user context and/or turn them into a metric?&lt;/P&gt;</description>
      <pubDate>Thu, 28 Apr 2022 07:50:53 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185613#M3748</guid>
      <dc:creator>Fin_Ubels</dc:creator>
      <dc:date>2022-04-28T07:50:53Z</dc:date>
    </item>
    <item>
      <title>Re: Struggling with documentation : how to send specific data and display it on the dashboard</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185849#M3749</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/50387"&gt;@Glenou&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Here I can understand your pain point. What I can suggest you with the given data here is,&amp;nbsp;&lt;BR /&gt;You are trying to build Dashboard in your application based on the data from Dynatrace.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;First, to build a dasboard you need to get the data out from Dynatrace. For that you can use Dynatrace's rest api.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Second, you are trying to get user session data out. In this case, you need to use RUM API that exists in Dynatrace to get the data.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;What Dynatrace returns is in JSON format and you can write a logic to extract the required data from that captured JSOn after making API call.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 03 May 2022 01:44:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Struggling-with-documentation-how-to-send-specific-data-and/m-p/185849#M3749</guid>
      <dc:creator>theharithsa</dc:creator>
      <dc:date>2022-05-03T01:44:54Z</dc:date>
    </item>
  </channel>
</rss>

