Mobile Analytics provides details about the performance of your mobile apps as experienced by your end users. The data collected includes information about the mobile app names and versions, network requests, performance times, locations, carrier and device data, errors, and any custom data that you configured in your Mobile RUM configuration.
This page describes the field names available for mobile requests Analytics data, along with the Events Service internal name. See Mobile RUM Metrics. When accessing the data using ADQL queries, you need to use the Events Service internal name in the query.
Event Type: mobile_snapshots
Key (event type identifier): appkey
UI Field Name
Events Service Internal Name
Mobile App Info Fields
agentid
agentid
agentversion
agentversion
appkey
appkey
cguid
cguid
Mobile App Name
mobileappname
For example: "com.appdynamics.eum.test.apps.E2E-PictureSharingApp"
If your field name contains spaces or any reserved characters, the field name must be surrounded by backquotes. For example, if you define a custom field called "Item Purchased", the Events Service field name is userdata.`Item Purchased`