How to analyze the call from the ADK to a Web Service call on the server side as there is no UEM for the services and the startup method requires an agentPath to the JavaScript agent ,and i am not able to correlate User Action PurePaths to the server side call in the Transaction Flow even though both the Server Side PurePaths and the User Actions from the Mobile ADK is available.
Answer by Andreas G. ·
Hi
In order to use the Mobile ADK you need a Web Server that has the dynaTrace Web Server Agent injected. The startup method for the ADK requires you to provide the URL of your Web Server that will ultimately process the UEM Monitoring Signal that the Mobile ADK will send. The default url is /dynaTraceMonitor -> but you can change that in the UEM Settings.
Now - you are talking about a Web SErvice that gets called. If that is on a Java App Server you can simply ignore adding an additional web server and just enable the User Experience Sensor. Thats the same as if you would have a Web Server with the WEb Server Agent enabled. In this case your Java App Server will also be able to handle the /dynaTraceMonitor signal.
If you AppServer is .NET you need to install the WEb Server Agent on IIS
I hope this makes sense
JANUARY 15, 3:00 PM GMT / 10:00 AM ET