<?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: Real User Monitoring in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294257#M7227</link>
    <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I understand, this helped me a lot, just one last question.&lt;/P&gt;&lt;P&gt;This action doesn't modify previous actions, only those generated after the placeholders are defined.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
    <pubDate>Thu, 05 Feb 2026 15:18:42 GMT</pubDate>
    <dc:creator>VFVCLIV</dc:creator>
    <dc:date>2026-02-05T15:18:42Z</dc:date>
    <item>
      <title>Action name changes (Real User Monitoring)</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294148#M7223</link>
      <description>&lt;P&gt;Good day, team.&lt;/P&gt;&lt;P&gt;I'm requesting your support with the following question we've encountered.&lt;/P&gt;&lt;P&gt;We're currently implementing web applications to monitor key actions within the site. We're in the "User action analysis" section, and we want to activate some "key user actions" for use within a dashboard that's being generated. However, the actions we need are linked to an ID, for example:&lt;/P&gt;&lt;P&gt;click on "-next-" on page /step1/step2/step3/&lt;STRONG&gt;12345678901&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;The idea is to only use the string: click on "-next-" on page /step1/step2/step3/, omitting the generated ID, since it's dynamic and many are generated daily, and marking each of these actions individually would be incorrect.&lt;/P&gt;&lt;P&gt;The question is:&lt;/P&gt;&lt;P&gt;Is it possible to merge this action so we only use the string mentioned, thus marking that action as a "key user action"?&lt;/P&gt;&lt;P&gt;Thank you in advance.&lt;/P&gt;&lt;P&gt;Greetings.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Feb 2026 15:06:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294148#M7223</guid>
      <dc:creator>VFVCLIV</dc:creator>
      <dc:date>2026-02-11T15:06:46Z</dc:date>
    </item>
    <item>
      <title>Re: Real User Monitoring</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294158#M7224</link>
      <description>&lt;P&gt;Hi,&lt;BR /&gt;Yes — this can be done by normalizing the user action names using placeholders + naming rules. This way, all actions that differ only by a dynamic ID (for example .../step1/step2/step3/12345678901) will be grouped under one consistent action name, which you can then mark as a Key user action and use in dashboards.&lt;BR /&gt;I use Easytravel application as example:&lt;/P&gt;&lt;P&gt;For the “EasyTravel” application go to:&lt;BR /&gt;Application settings → Edit → Capturing → User actions and define two placeholders:&lt;/P&gt;&lt;P&gt;PathURL_no_parameters&lt;/P&gt;&lt;P&gt;Source: Page URL: Path&lt;/P&gt;&lt;P&gt;Purpose: filter/remove dynamic parts related to journeyId&lt;/P&gt;&lt;P&gt;XHR_URL_no_parameters&lt;/P&gt;&lt;P&gt;Source: Xhr URL&lt;/P&gt;&lt;P&gt;Purpose: filter/remove dynamic parts (match, journeyId) for XHR actions&lt;/P&gt;&lt;P&gt;Use regular expressions with the condition “replace with a regular expression”:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;\?match[^;]*+
-?\d{8,11}&lt;/LI-CODE&gt;&lt;P&gt;(Result: the URL is reduced to a stable form, without query parameters and without the dynamic ID.)&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t_pawlak_0-1770223340775.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31888iACCE4A9DFB56221F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_pawlak_0-1770223340775.png" alt="t_pawlak_0-1770223340775.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;Naming rules (consistent action names)&lt;/P&gt;&lt;P&gt;Then, in User actions, add two naming rules:&lt;/P&gt;&lt;P&gt;For load actions:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;Loading of page {PathURL_no_parameters}&lt;/LI-CODE&gt;&lt;P&gt;For XHR actions:&lt;/P&gt;&lt;LI-CODE lang="markup"&gt;{userInteraction (default)} on "{elementIdentifier (default)}" on page {XHR_URL_no_parameters}&lt;/LI-CODE&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="t_pawlak_1-1770223383482.png" style="width: 400px;"&gt;&lt;img src="https://community.dynatrace.com/t5/image/serverpage/image-id/31889i0570398DC11E632E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="t_pawlak_1-1770223383482.png" alt="t_pawlak_1-1770223383482.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;ANd then Key user action&lt;/P&gt;&lt;P&gt;After these rules are applied and data comes in, you will see one unified action (without the dynamic ID) — and you can correctly mark it as a Key user action (instead of thousands of unique actions per day).&lt;BR /&gt;&lt;BR /&gt;check also this documentation:&lt;BR /&gt;&lt;A href="https://docs.dynatrace.com/docs/observe/digital-experience/web-applications/initial-setup/pages-and-pagegroups" target="_self"&gt;Pages and page groups&lt;/A&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 04 Feb 2026 16:44:01 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294158#M7224</guid>
      <dc:creator>t_pawlak</dc:creator>
      <dc:date>2026-02-04T16:44:01Z</dc:date>
    </item>
    <item>
      <title>Re: Real User Monitoring</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294257#M7227</link>
      <description>&lt;P&gt;Hi&lt;/P&gt;&lt;P&gt;I understand, this helped me a lot, just one last question.&lt;/P&gt;&lt;P&gt;This action doesn't modify previous actions, only those generated after the placeholders are defined.&lt;/P&gt;&lt;P&gt;Is this correct?&lt;/P&gt;</description>
      <pubDate>Thu, 05 Feb 2026 15:18:42 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294257#M7227</guid>
      <dc:creator>VFVCLIV</dc:creator>
      <dc:date>2026-02-05T15:18:42Z</dc:date>
    </item>
    <item>
      <title>Re: Real User Monitoring</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294334#M7228</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Correct, those configurations are normally from present to future, it does not change previous user actions monitored.&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;</description>
      <pubDate>Fri, 06 Feb 2026 15:15:09 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Action-name-changes-Real-User-Monitoring/m-p/294334#M7228</guid>
      <dc:creator>AntonPineiro</dc:creator>
      <dc:date>2026-02-06T15:15:09Z</dc:date>
    </item>
  </channel>
</rss>

