<?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: USQL: number of user sessions that performed a particular action X times in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/231723#M5528</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52140"&gt;@Weilin1&lt;/a&gt;, &lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/session-segmentation/custom-queries-segmentation-and-aggregation-of-session-data" target="_blank" rel="noopener"&gt;this document&lt;/A&gt; may be a good start at cracking your use case&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt;&amp;nbsp;please let me know if it was helpful or if you have already figured it out on your own&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; the Community would be grateful if you shared&lt;/P&gt;</description>
    <pubDate>Thu, 14 Dec 2023 09:48:18 GMT</pubDate>
    <dc:creator>Ana_Kuzmenchuk</dc:creator>
    <dc:date>2023-12-14T09:48:18Z</dc:date>
    <item>
      <title>USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/226040#M5342</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to check if there is any way i am able to create a USQL query to select count of usersessions that has completed a particular action or event more than once (best if can i dictate the number of times they completed this action or event)?&lt;/P&gt;
&lt;P&gt;Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Wed, 13 Dec 2023 10:20:27 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/226040#M5342</guid>
      <dc:creator>Weilin1</dc:creator>
      <dc:date>2023-12-13T10:20:27Z</dc:date>
    </item>
    <item>
      <title>Re: USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/231723#M5528</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52140"&gt;@Weilin1&lt;/a&gt;, &lt;A href="https://docs.dynatrace.com/docs/platform-modules/digital-experience/session-segmentation/custom-queries-segmentation-and-aggregation-of-session-data" target="_blank" rel="noopener"&gt;this document&lt;/A&gt; may be a good start at cracking your use case&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":high_voltage:"&gt;⚡&lt;/span&gt;&amp;nbsp;please let me know if it was helpful or if you have already figured it out on your own&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt; the Community would be grateful if you shared&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 09:48:18 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/231723#M5528</guid>
      <dc:creator>Ana_Kuzmenchuk</dc:creator>
      <dc:date>2023-12-14T09:48:18Z</dc:date>
    </item>
    <item>
      <title>Re: USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/231843#M5535</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52768"&gt;@Ana_Kuzmenchuk&lt;/a&gt;, thanks for reaching out. I had explored the document before but i haven't encounter any that fits my use case&amp;nbsp;&lt;span class="lia-unicode-emoji" title=":pensive_face:"&gt;😔&lt;/span&gt;&lt;/P&gt;&lt;P&gt;My guess is it will need require 2 select statements to query out the result, but this is currently not feasible.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 14 Dec 2023 04:45:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/231843#M5535</guid>
      <dc:creator>Weilin1</dc:creator>
      <dc:date>2023-12-14T04:45:55Z</dc:date>
    </item>
    <item>
      <title>Re: USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237416#M5721</link>
      <description>&lt;P&gt;&lt;a href="https://community.dynatrace.com/t5/user/viewprofilepage/user-id/52140"&gt;@Weilin1&lt;/a&gt;&amp;nbsp;the closest I was able to achieve is this - replace &amp;lt;actionname&amp;gt; with your desired action name (repeated multiple times) and &amp;lt;application&amp;gt; with the application name.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;select 
    usersession.userSessionId as 'userSessionID'
    , condition(count(name), where name="&amp;lt;actionname&amp;gt;") filter &amp;gt;1 as 'repeated actions'
from 
    useraction
where 
    application="&amp;lt;application&amp;gt;" 
    and name="&amp;lt;actionname&amp;gt;"
group by 
    usersession.userSessionId&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Unfortunately, I was not able to count it on session level - such as the number of sessions including a particular action multiple times.&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 07:44:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237416#M5721</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-02-23T07:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237800#M5727</link>
      <description>&lt;P&gt;I see,&amp;nbsp; yes i have been using a similar statement as well.&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="javascript"&gt;Select count(name) Filter &amp;gt;1 as "Attempt Count", top(usersession.userSessionId, 1000) as "Session ID" from useraction where useraction.name = "&amp;lt;actionName&amp;gt;" group by usersession.userSessionId order by count(name) desc&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Seems like exporting the data out and query might be the way to go?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 22 Feb 2024 02:05:25 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237800#M5727</guid>
      <dc:creator>Weilin1</dc:creator>
      <dc:date>2024-02-22T02:05:25Z</dc:date>
    </item>
    <item>
      <title>Re: USQL: number of user sessions that performed a particular action X times</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237964#M5736</link>
      <description>&lt;P&gt;That's correct at this time. There will be improvements with Grail soon, but for Managed you will need to do this externally. Either by leveraging sessions export or you can query that using chunks of data, so you won't hit the limits. A&lt;/P&gt;</description>
      <pubDate>Fri, 23 Feb 2024 07:46:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/USQL-number-of-user-sessions-that-performed-a-particular-action/m-p/237964#M5736</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2024-02-23T07:46:21Z</dc:date>
    </item>
  </channel>
</rss>

