<?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 How to count user actions with JavaScript parameters? in Dashboarding</title>
    <link>https://community.dynatrace.com/t5/Dashboarding/How-to-count-user-actions-with-JavaScript-parameters/m-p/113498#M678</link>
    <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I would like to chart the number of user actions according to a specific URL.&lt;/P&gt;&lt;P&gt;This url looks like: /eWavWeb/util/GetJSAudit.do?function=getJSON. (this is an Ajax call)&lt;/P&gt;&lt;P&gt;When i do&lt;STRONG&gt; select useraction.name from useraction where useraction.name like '*/eWavWeb/util/GetJSAudit.do*'&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;I only get &lt;STRONG&gt;/eWavWeb/util/GetJSAudit.do&lt;/STRONG&gt; as useraction.name.&lt;/P&gt;&lt;P&gt;When I enter in session details. I can see details of the action, Xhr Request:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25462-25313-1591709598905.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How can I get the number of request (or useraction) according to /eWavWeb/util/GetJSAudit.do?function=getJSON?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
    <pubDate>Tue, 09 Jun 2020 13:38:28 GMT</pubDate>
    <dc:creator>mcordent</dc:creator>
    <dc:date>2020-06-09T13:38:28Z</dc:date>
    <item>
      <title>How to count user actions with JavaScript parameters?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-count-user-actions-with-JavaScript-parameters/m-p/113498#M678</link>
      <description>&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Hi everyone,&lt;/P&gt;&lt;P&gt;I would like to chart the number of user actions according to a specific URL.&lt;/P&gt;&lt;P&gt;This url looks like: /eWavWeb/util/GetJSAudit.do?function=getJSON. (this is an Ajax call)&lt;/P&gt;&lt;P&gt;When i do&lt;STRONG&gt; select useraction.name from useraction where useraction.name like '*/eWavWeb/util/GetJSAudit.do*'&lt;/STRONG&gt;,&lt;/P&gt;&lt;P&gt;I only get &lt;STRONG&gt;/eWavWeb/util/GetJSAudit.do&lt;/STRONG&gt; as useraction.name.&lt;/P&gt;&lt;P&gt;When I enter in session details. I can see details of the action, Xhr Request:&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25462-25313-1591709598905.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;How can I get the number of request (or useraction) according to /eWavWeb/util/GetJSAudit.do?function=getJSON?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jun 2020 13:38:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-count-user-actions-with-JavaScript-parameters/m-p/113498#M678</guid>
      <dc:creator>mcordent</dc:creator>
      <dc:date>2020-06-09T13:38:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to count user actions with JavaScript parameters?</title>
      <link>https://community.dynatrace.com/t5/Dashboarding/How-to-count-user-actions-with-JavaScript-parameters/m-p/113499#M679</link>
      <description>&lt;P&gt;Hey, &lt;/P&gt;&lt;P&gt;have you tried using aggregate functions?&lt;/P&gt;&lt;P&gt;e.g.,: SELECT useraction.name,&lt;STRONG&gt; count(*) &lt;/STRONG&gt;FROM useraction where useraction.name = "/api/products" &lt;STRONG&gt;group by useraction.name&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;gives you:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/25572-1593614046340.png" /&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;regards Thomas&lt;/P&gt;</description>
      <pubDate>Wed, 01 Jul 2020 14:34:24 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dashboarding/How-to-count-user-actions-with-JavaScript-parameters/m-p/113499#M679</guid>
      <dc:creator>zietho</dc:creator>
      <dc:date>2020-07-01T14:34:24Z</dc:date>
    </item>
  </channel>
</rss>

