<?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: The usage for dtrum.enterAction is unclear in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116021#M1484</link>
    <description>&lt;P&gt;In general, the dtrum API docs needs improvement. Also arguments for other methods are not well documented.&lt;/P&gt;&lt;BR /&gt;</description>
    <pubDate>Fri, 22 Mar 2019 19:20:46 GMT</pubDate>
    <dc:creator>Julius_Loman</dc:creator>
    <dc:date>2019-03-22T19:20:46Z</dc:date>
    <item>
      <title>The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116020#M1483</link>
      <description>&lt;P&gt;We are trying to leverage the Dynatrace API to instrument our application to better track user activity using RUM. In the sample for dtrum.enterAction it provides the following usage as an example: dtrum.enterAction('add dynamic image', 'add image', null, 'info') . From the example in the API Samples, it appears that we would be able to provide additional level of tracking for the action, but in Dynatrace we don't see this value. We only see the value of custom action. Is there any way to see the additional details provided by the enterAction call actionType or Info parameters in the Dynatrace UI or API?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 27 Apr 2021 11:49:36 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116020#M1483</guid>
      <dc:creator>cdwelch</dc:creator>
      <dc:date>2021-04-27T11:49:36Z</dc:date>
    </item>
    <item>
      <title>Re: The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116021#M1484</link>
      <description>&lt;P&gt;In general, the dtrum API docs needs improvement. Also arguments for other methods are not well documented.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 22 Mar 2019 19:20:46 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116021#M1484</guid>
      <dc:creator>Julius_Loman</dc:creator>
      <dc:date>2019-03-22T19:20:46Z</dc:date>
    </item>
    <item>
      <title>Re: The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116022#M1485</link>
      <description>&lt;P&gt;I have essentially the same question and need to know what the parameters to enterAction mean. The first parameter is fairly obvious, but I have no idea what actionType or the other parameters should be set to... In my case I want to use this call to start a timer for a user logon event... can somebody clarify what the paramters are used for, or at least whether the following would make sense?&lt;/P&gt;&lt;P&gt;dtrum.enterAction('LogonTimer', 'Logon', null, 'info');&lt;/P&gt;&lt;P&gt;The full method signature found in the documentation i&lt;EM&gt;s: &lt;/EM&gt; &lt;EM&gt;enterAction(actionName: string, actionType: string, time?: number, info?: string): number&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;It would be nice if the documentation was available via the main documentation set... I found a link to the limited documentation that is available previously but now cant re-locate it...&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Mar 2019 18:08:15 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116022#M1485</guid>
      <dc:creator>jeff_rowell</dc:creator>
      <dc:date>2019-03-29T18:08:15Z</dc:date>
    </item>
    <item>
      <title>Re: The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116023#M1486</link>
      <description>&lt;P&gt;In our implementation we used the enterAction to mark the start of the duration of the action, and used LeaveAction to mark the end of the duration.  The times Dynatrace captured for when the time occurred seemed accurate so we didn't use the time parameters for the methods.&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 29 Mar 2019 19:20:02 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116023#M1486</guid>
      <dc:creator>cdwelch</dc:creator>
      <dc:date>2019-03-29T19:20:02Z</dc:date>
    </item>
    <item>
      <title>Re: The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116024#M1487</link>
      <description>&lt;P&gt;HI .  I want to use enterAction to indicate a 'change page' event.  I see the signature as:&lt;/P&gt;&lt;P&gt;actionName, actionType, Time, sourceUrl, sourceTitle&lt;/P&gt;&lt;P&gt;So... if I am on a page with a url of /welcome and there is an action on that page that I now want to capture as URL /welcome/newPage (although the page doesn't really change.. SPA issues)... &lt;/P&gt;&lt;P&gt;What is the enterAction syntax I need to use?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Cheers!&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The example has:&lt;/P&gt;&lt;P&gt;dtrum.enterAction('change page', 'timeout', null, 'info');&lt;/P&gt;&lt;P&gt;Do I replace 'info' with the changed URL?&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:31:29 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116024#M1487</guid>
      <dc:creator>jamesskyoung</dc:creator>
      <dc:date>2019-08-09T09:31:29Z</dc:date>
    </item>
    <item>
      <title>Re: The usage for dtrum.enterAction is unclear</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116025#M1488</link>
      <description>&lt;P&gt;you should put new url in change page because this is action name change page: newPage. Info is type of action. &lt;/P&gt;&lt;P&gt;Sebastian &lt;/P&gt;&lt;BR /&gt;</description>
      <pubDate>Fri, 09 Aug 2019 09:45:49 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/The-usage-for-dtrum-enterAction-is-unclear/m-p/116025#M1488</guid>
      <dc:creator>skrystosik</dc:creator>
      <dc:date>2019-08-09T09:45:49Z</dc:date>
    </item>
  </channel>
</rss>

