Download page Analytics Mobile Crash Reports Data.
Analytics Mobile Crash Reports Data
This page describes the field names available for Analytics Mobile Crash Reports data, along with the Events Service internal name. When accessing the data using ADQL queries, you need to use the Events Service internal name in the query.
Event Type: mobile_crash_reports
Key (event type identifier): appkey
UI Field Name
Events Service Internal Name
App Crash Time
appcrashtimestamp
App Key
appkey
Carrier
carrier
Connection Type
connectiontype
For example: "wifi", "4g", "cell"
Country
geocountry
Crash Group ID
groupid
Crash Id
crashid
Crashed Function
crashfunction
For example: "-[MTFirstViewController segFault413]", "com.appd.examples.android.instrumentation.MainActivity.d42"
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`