Hi Sorin,
For Browser RUM, you use the AppDynamics JavaScript Agents to report data, so you don't need to make REST calls. From your Controller UI, you create a browser app and then manually inject the JavaScript Agent into your web pages or have a business app (server-side app) automatically inject the JavaScript Agent into your web pages. The JavaScript Agent will collect and report browser metrics, so you can monitor the browser app from the Controller UI.
Mobile RUM provides the iOS, Android, and Xamarin SDKs that collect report app data for you. You can either download the mobile agents or use platform-specific tools such as Gradle, CocoaPods, or NuGet to install and manage the agents. After you obtain the SDK for your platform, you then instrument your mobile app. This involves adding including the mobile agent in your app code and inserting some code with the EUM App Key to initialize the agent. When the app starts, the mobile agents will then collect and report app data for you.
For Browser RUM, see the following:
Overview of Injection Types - Learn which type of injection type is best for you.
Use manual injection or automatic injection of the JavaScript Agent.
Learn how to use the Controller UI to monitor your browser app.
For Mobile RUM, see one of these pages based on your platform:
Instrument iOS Applications
Instrument Android Applications
Instrument Xamarin Applications
After you have verified your instrumentation, see Monitor Your Applications with Mobile RUM.
... View more