<?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: Use Oneagent as a beacon endpoint to monitor Mobile RUM in Real User Monitoring</title>
    <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117599#M1682</link>
    <description>&lt;P&gt;Yes, no configuration need if oneagent is running, it will just use pass that information to the Managed cluster. Be sure to get the application IDs right.&lt;/P&gt;</description>
    <pubDate>Thu, 08 Oct 2020 17:52:04 GMT</pubDate>
    <dc:creator>AntonioSousa</dc:creator>
    <dc:date>2020-10-08T17:52:04Z</dc:date>
    <item>
      <title>Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117593#M1676</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;My customer have a AppMon, but in few days they are want to migrate to Dynatrace. So in the AppMon, they monitoring Mobile UEM, that to send the beacon is using the URL of web server like this example &lt;A rel="noopener noreferrer" href="https://mxx.maybe.co.id/maybeid" target="_blank"&gt;https://mxx.maybe.co.id/maybeid&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Below is the configure of AppMon&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://community.dynatrace.com/legacyfs/online/26854-1601977436752.png" /&gt;&lt;/P&gt;&lt;P&gt;Dynatrace is different to monitor Mobile RUM, in the documentation is to monitor Mobile RUM need cluster activegate with public ip. But in this case, my customer can't give public ip to cluster activegate server. But I found the doc that can be alternative way to monitor Mobile RUM, this is using oneagent as a beacon endpoint. Here is the link : &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/mobile-apps/additional-configuration/oneagent-as-beacon-forwarder/" target="_blank"&gt;https://www.dynatrace.com/support/help/how-to-use-dynatrace/real-user-monitoring/setup-and-configuration/mobile-apps/additional-configuration/oneagent-as-beacon-forwarder/&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;So when I implement mobile RUM, is it correct to put &lt;A rel="noopener noreferrer" href="https://mxx.maybe.co.id/maybeid/dtmb" target="_blank"&gt;https://mxx.maybe.co.id/maybeid/dtmb&lt;/A&gt; in the instrumented web sever ?&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 09:51:33 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117593#M1676</guid>
      <dc:creator>m_nasrudin1</dc:creator>
      <dc:date>2020-10-06T09:51:33Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117594#M1677</link>
      <description>&lt;P&gt;I have it working in the context of an internal custom application. I had some issues that were solved in the thread below. Given what you said, it should work, given that &lt;A rel="nofollow noopener noreferrer" href="https://mxx.maybe.co.id/maybeid/dtmb" target="_blank"&gt;https://mxx.maybe.co.id/maybeid/dtmb&lt;/A&gt; is monitored by OneAGent in full-stack mode.&lt;/P&gt;&lt;P&gt;&lt;A rel="noopener noreferrer" href="https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/239621/openkit-without-https.html" target="_blank"&gt;https://community.dynatrace.com/spaces/482/dynatrace-open-qa/questions/239621/openkit-without-https.html&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Oct 2023 14:18:05 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117594#M1677</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2023-10-16T14:18:05Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117595#M1678</link>
      <description>&lt;P&gt;Hey Muhammad,&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;You are currently using version 7.2.x of the Dynatrace Android Gradle plugin. You have to upgrade to version 8.x, when you migrate to Dynatrace. Fortunately, version 8.x of the plugin is compatible with AppMon 7.2.x. Therefore we recommend, as first step, to upgrade to version 8.x. This &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/doc/appmon/user-experience-management/mobile-uem/how-to-instrument-an-android-app/update-to-8/" target="_blank"&gt;documentation section&lt;/A&gt; provides an overview on how to upgrade from version 7.2.x to version 8.x.&lt;BR /&gt;&lt;BR /&gt;The main different in the plugin configuration between Dynatrace and AppMon is, that you have to use the property "beaconUrl" for Dynatrace instead on the AppMon property "agentPath" as shown in this &lt;A rel="noopener noreferrer" href="https://www.dynatrace.com/support/doc/javadoc/oneagent/android/gradle-plugin/dsl/com.dynatrace.tools.android.dsl.StartOptions.html" target="_blank"&gt;example&lt;/A&gt;.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Putting the value &lt;A rel="nofollow noopener noreferrer" href="https://mxx.maybe.co.id/maybeid/dtmb" target="_blank"&gt;https://mxx.maybe.co.id/maybeid/dtmb&lt;/A&gt; into the "instrumented web sever" form, will only change the Gradle snippet in the "Instrumentation wizard" page. You still have to copy this Gradle snippet (with the applicationId and beaconUrl value) into your build.gradle file&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 11:00:41 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117595#M1678</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2020-10-06T11:00:41Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117596#M1679</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;Thanks for the answer btw, I just want to confirm when I have not a Cluster ActiveGate with public IP, it still can monitor the mobile RUM with instrumented web server as endpoint beacon like in the doc right ?&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 11:33:56 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117596#M1679</guid>
      <dc:creator>m_nasrudin1</dc:creator>
      <dc:date>2020-10-06T11:33:56Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117597#M1680</link>
      <description>&lt;P&gt;So there is nothing issue when I have not a Cluster ActiveGate with public IP right ? I just want to confirm, because oneagent will installed in the web sever, the web server is using IHS.&lt;/P&gt;</description>
      <pubDate>Tue, 06 Oct 2020 11:37:28 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117597#M1680</guid>
      <dc:creator>m_nasrudin1</dc:creator>
      <dc:date>2020-10-06T11:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117598#M1681</link>
      <description>&lt;P&gt;Yes, the web server agent will forward the monitoring data.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 13:49:21 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117598#M1681</guid>
      <dc:creator>Thomas_Wirth1</dc:creator>
      <dc:date>2020-10-08T13:49:21Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117599#M1682</link>
      <description>&lt;P&gt;Yes, no configuration need if oneagent is running, it will just use pass that information to the Managed cluster. Be sure to get the application IDs right.&lt;/P&gt;</description>
      <pubDate>Thu, 08 Oct 2020 17:52:04 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117599#M1682</guid>
      <dc:creator>AntonioSousa</dc:creator>
      <dc:date>2020-10-08T17:52:04Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117600#M1683</link>
      <description>&lt;P&gt;Hi Thomas,&lt;/P&gt;&lt;P&gt;I have done instrument hybrid application with dynatrace cordova plugin, I try using oneagent as beacon endpoint. The native action is recorded to the Dynatrace UI, but for webview action is not showing.&lt;/P&gt;&lt;P&gt;Is there still any possibility to monitor webview side with oneagent as beacon endpoint ? because when I see in the javascript inline code, there is pointing to the cluster activegate, in this situation my cluster activegate doesn't have public ip&lt;/P&gt;</description>
      <pubDate>Sun, 29 Nov 2020 04:47:59 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117600#M1683</guid>
      <dc:creator>m_nasrudin1</dc:creator>
      <dc:date>2020-11-29T04:47:59Z</dc:date>
    </item>
    <item>
      <title>Re: Use Oneagent as a beacon endpoint to monitor Mobile RUM</title>
      <link>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117601#M1684</link>
      <description>&lt;P&gt;FYI &lt;A rel="user" href="https://answers.dynatrace.com/users/37349/view.html" nodeid="37349"&gt;@Thomas B.&lt;/A&gt; do you know if this is already supported?&lt;/P&gt;</description>
      <pubDate>Mon, 30 Nov 2020 08:59:39 GMT</pubDate>
      <guid>https://community.dynatrace.com/t5/Real-User-Monitoring/Use-Oneagent-as-a-beacon-endpoint-to-monitor-Mobile-RUM/m-p/117601#M1684</guid>
      <dc:creator>Patrick_H</dc:creator>
      <dc:date>2020-11-30T08:59:39Z</dc:date>
    </item>
  </channel>
</rss>

