<?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: How to get data for user action duration metrics filter by page name and  user type in Dynatrace API</title>
    <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297363#M3978</link>
    <description>&lt;P&gt;Could you please guide me how to create custom metrics for this?&lt;/P&gt;</description>
    <pubDate>Wed, 08 Apr 2026 08:51:39 GMT</pubDate>
    <dc:creator>Ganeshmete77</dc:creator>
    <dc:date>2026-04-08T08:51:39Z</dc:date>
    <item>
      <title>How to get data for user action duration metrics filter by page name and  user type</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297348#M3973</link>
      <description>&lt;P&gt;How do we get the user action duration metric data filter by page name and user type like below&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;I could see data in multidimensional analysis but not in the user session query or data explorer metric&lt;/P&gt;&lt;P&gt;I tried in user session query, &amp;nbsp;data explorer there i don't see required filters.&lt;/P&gt;&lt;P&gt;Refer attached screenshot for more details&lt;/P&gt;&lt;P&gt;Please help me to get this data.&lt;/P&gt;&lt;DIV class=""&gt;&amp;nbsp;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 17:03:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297348#M3973</guid>
      <dc:creator>Ganeshmete77</dc:creator>
      <dc:date>2026-04-07T17:03:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data for user action duration metrics filter by page name and  user type</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297352#M3974</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;you mixing different data models:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;Multidimensional analysis --&amp;gt; uses requests/Synthetic browser monitor data&lt;/LI&gt;&lt;LI&gt;User sessions query (USQL) --&amp;gt; works on RUM (real user monitoring) data&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;So, data visible in Multidimensional analysis won’t appear in USQL, especially for userType = SYNTHETIC&lt;BR /&gt;additionally, filtering on userevent.* in USQL works on session level, which can be misleading&lt;/P&gt;&lt;P&gt;The simplest and most accurate solution is to create a custom metric directly from Multidimensional analysis.&lt;/P&gt;&lt;P&gt;You already have there:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;correct data source (Synthetic)&lt;/LI&gt;&lt;LI&gt;proper filters (page + user type)&lt;/LI&gt;&lt;LI&gt;correct aggregation (e.g. median)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Just use “Create metric” and then use it in Data Explorer or dashboards.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Apr 2026 21:12:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297352#M3974</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-04-07T21:12:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data for user action duration metrics filter by page name and  user type</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297363#M3978</link>
      <description>&lt;P&gt;Could you please guide me how to create custom metrics for this?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 08:51:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297363#M3978</guid>
      <dc:creator>Ganeshmete77</dc:creator>
      <dc:date>2026-04-08T08:51:39Z</dc:date>
    </item>
    <item>
      <title>Re: How to get data for user action duration metrics filter by page name and  user type</title>
      <link>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297370#M3979</link>
      <description>&lt;P&gt;Sure,&lt;/P&gt;&lt;P&gt;the best approach here is to create a custom metric directly from Multidimensional analysis.&lt;/P&gt;&lt;P&gt;1. First, apply the correct filters in Multidimensional analysis&lt;BR /&gt;(e.g. page, user type, action type, etc.)&lt;BR /&gt;This is important, if the dataset is too broad, you won’t be able to create the metric.&lt;BR /&gt;2. Click “Create metric”&lt;BR /&gt;3. Go to Advanced options and:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;define a proper metric name&lt;/LI&gt;&lt;LI&gt;configure dimension (e.g. page/request name)&lt;/LI&gt;&lt;LI&gt;limit top values (to control cardinality)&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&amp;nbsp;Additionally:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;use Split by dimension if you want to keep breakdown (e.g. page name)&lt;/LI&gt;&lt;LI&gt;lower cardinality = better metric performance&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;Summary:&lt;BR /&gt;Multidimensional → filter → Create metric → Advanced options → done&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_metrics_1.jpg" style="width: 999px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32635i756BAAFA1BF5DA1A/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_metrics_1.jpg" alt="create_metrics_1.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_metrics_2.jpg" style="width: 326px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32633i9FAE73D1E3873057/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_metrics_2.jpg" alt="create_metrics_2.jpg" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="create_metrics_3.jpg" style="width: 797px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/32634i3F6E157E9B72CDC5/image-size/large?v=v2&amp;amp;px=999" role="button" title="create_metrics_3.jpg" alt="create_metrics_3.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Apr 2026 10:29:54 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Dynatrace-API/How-to-get-data-for-user-action-duration-metrics-filter-by-page/m-p/297370#M3979</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-04-08T10:29:54Z</dc:date>
    </item>
  </channel>
</rss>

