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 NameEvents Service Internal Name
App Crash Timeappcrashtimestamp
App Keyappkey
Carriercarrier
Connection Type

connectiontype

For example: "wifi", "4g", "cell"

Countrygeocountry
Crash Group IDgroupid
Crash Idcrashid

Crashed Function

crashfunction

For example: "-[MTFirstViewController segFault413]", "com.appd.examples.android.instrumentation.MainActivity.d42"

This value depends on your application.

Device / Manufacturer

devicemanufacturer

For example: "Samsung", "Apple"

Mobile App Namemobileappname
Mobile App Versionmobileappversion
Model

devicemodel

For example: "iPhone 5" "iPad 2 WIFI"

OS Version

osversion

For example: "iOS 6.0", "Android 4.2"

Platform

platform

For example: "Android", "iOS"

Regiongeoregion

User Data

your_field_name
userdata.your_field_name
userdataBoolean.your_field_name
userdataDate.your_field_name
userdataLong.your_field_name
userdataDouble.your_field_name

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`