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 NameEvents 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"

This value depends on your application.

Device / Manufacturer

devicemanufacturer

For example: "Samsung", "Apple"

Mobile App Name mobileappname
Mobile App Version mobileappversion
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"

Region georegion

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
Note: 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`