<?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: Custom chart for bounce rate in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/274397#M6839</link>
    <description>&lt;P&gt;but this is not giving the exact bounce rate in percent that is what I am looking for .&lt;/P&gt;</description>
    <pubDate>Fri, 04 Apr 2025 03:36:44 GMT</pubDate>
    <dc:creator>Pranjal17</dc:creator>
    <dc:date>2025-04-04T03:36:44Z</dc:date>
    <item>
      <title>Custom chart for bounce rate</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116583#M1576</link>
      <description>&lt;P&gt;It is possible to get bounce rate for a specific user action ( load page or xhr action). &lt;/P&gt;&lt;P&gt;I want to create a custom chart with bounce rate calculated for user action&lt;/P&gt;</description>
      <pubDate>Tue, 08 Sep 2020 14:31:06 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116583#M1576</guid>
      <dc:creator>IvanVovk</dc:creator>
      <dc:date>2020-09-08T14:31:06Z</dc:date>
    </item>
    <item>
      <title>Re: Custom chart for bounce rate</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116584#M1577</link>
      <description>&lt;P&gt;What you can do in USQL is the following query: SELECT useraction.name, COUNT(bounce) FROM usersession WHERE useraction.application='&lt;STRONG&gt;YOURAPPLICATION&lt;/STRONG&gt;' GROUP BY useraction.name. You can also narrow it down with an AND seraction.name=&lt;STRONG&gt;YOURUSERACTION&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;And then chart and pin it to a dashboard&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/26457-1599578305990.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Notes: &lt;/STRONG&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;I know that's not a rate yet and only absolute but might be a start for you&lt;/LI&gt;&lt;LI&gt;Since sessions can span over multiple apps and bounces are calculated per application this query might contain too many bounces. I still have to figure this out in detail though! &lt;/LI&gt;&lt;/UL&gt;</description>
      <pubDate>Tue, 08 Sep 2020 15:19:55 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116584#M1577</guid>
      <dc:creator>zietho</dc:creator>
      <dc:date>2020-09-08T15:19:55Z</dc:date>
    </item>
    <item>
      <title>Re: Custom chart for bounce rate</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116585#M1578</link>
      <description>&lt;P&gt;Thanks! Thats what I'm looking for. Unfortunately, my query contains too many bounces(&lt;/P&gt;</description>
      <pubDate>Wed, 09 Sep 2020 11:43:13 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/116585#M1578</guid>
      <dc:creator>IvanVovk</dc:creator>
      <dc:date>2020-09-09T11:43:13Z</dc:date>
    </item>
    <item>
      <title>Re: Custom chart for bounce rate</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/165586#M2730</link>
      <description>&lt;P&gt;Below is the query to get bounce in USQL -&lt;BR /&gt;SELECT useraction.name AS "UserAction Name", count(bounce) AS Count FROM usersession WHERE useraction.application='Test' AND bounce IN (true) GROUP BY useraction.name&lt;/P&gt;&lt;P&gt;we need to add bounce to True to get only useraction that were bounced.&lt;/P&gt;</description>
      <pubDate>Thu, 06 May 2021 15:34:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/165586#M2730</guid>
      <dc:creator>NaveenVangala</dc:creator>
      <dc:date>2021-05-06T15:34:36Z</dc:date>
    </item>
    <item>
      <title>Re: Custom chart for bounce rate</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/274397#M6839</link>
      <description>&lt;P&gt;but this is not giving the exact bounce rate in percent that is what I am looking for .&lt;/P&gt;</description>
      <pubDate>Fri, 04 Apr 2025 03:36:44 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Custom-chart-for-bounce-rate/m-p/274397#M6839</guid>
      <dc:creator>Pranjal17</dc:creator>
      <dc:date>2025-04-04T03:36:44Z</dc:date>
    </item>
  </channel>
</rss>

