The page summarize what data the Workspace ONE Intelligence SDK reports. No personally identifiable information (PII) is accessed, sent, or stored at any time.
The Workspace ONE SDKs track individual devices using random device identifiers.
Data Fields | Description | API Field Names |
---|---|---|
Android App Version | Version string, set by developer. | app_version |
App Load Type | Subtype of the app load event (for example, session and background). | app_load_type |
App Version Code | Version INT code. | app_version_code |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Current | Indicates if the event was cached while device was offline. | current |
Device Model | The model of device detected for this event. | device_model |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
OS Version | Version of the host operating system. | system_version |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Sent At | Timestamp when the event was sent. | sent_at |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
App Load Type | Sub-type of the app load event (for example session and background). | app_load_type |
Active Network | Currently active connection type. | active_network |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Latitude | Latitude value, if provided by the developer. | latitude |
Locale | Locale string. | locale |
Longitude | Longitude value, if provided by the developer. | longitude |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory use in bytes. | memory_usage |
OS Version | Version of the host operating system. | system_version |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
System Name | OS name. | system_name |
System Time Zone | Current device time zone. | system_time_zone |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
Activities | Instances of Activity that are visible / active while crash/exception occurred. | activities |
App Version | Version string, set by developer. | app_version |
App Version Code | Version int code. | app_version_code |
Architecture | Device architecture. | arch |
Battery Level | Value representing the current battery level. | battery_level |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Device Model | The model of device detected for this event. | device_model |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
DPI | Device screen density (the logical density of the display). | dpi |
Error Reason | Error reason string. | error_reason |
Error Stacktrace | A string representing the stacktrace for the error. | error_stacktrace_txt |
Error Thread ID | The number corresponding to the crashed thread. | error_thread_id |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Is NDK | Indicates if the crash is native. | is_ndk |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
Name | Error name string. | name |
OS Version | Version of the host operating system. | system_version |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SD Space Free | SD space free in bytes. | sd_space_free |
SD Space Total | Total SD space in bytes. | sd_space_total |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Sent At | Timestamp when the event was sent. | sent_at |
Suspect Line | Suspect line in the stacktrace. | suspect_line |
System Name | OS name. | system_name |
User Name | The last known user name set by the application developer, if available. | user_name |
XDPI | Horizontal screen density (the exact physical pixels per inch of the screen in the X dimension). | xdpi |
YDPI | Vertical screen density (the exact physical pixels per inch of the screen in the Y dimension). | ydpi |
Data Fields | Description | API Field Names |
---|---|---|
Active Network | Currently active connection type. | active_network |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number. | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Crashed Binary UUID | The UUID of the loaded binary at the time of the crash. | crashed_binary_uuid |
Custom Version | Arbitrary version string which is explicitly set by the application developer. | custom_version |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
Error Address | Error address. | error_address |
Error Code | Error code. | error_code |
Error Reason | Error reason string. | error_reason |
Error Thread Number | The number corresponding to the crashed thread. | error_thread_number |
Error Trace | Backtrace of the error or exception as a FieldText value, with each stack frame separated by a newline character (n). | error_trace |
Error Type | Signal Type. | error_type |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Latitude | Latitude value, if provided by the developer. | latitude |
Loaded Binary Image List | A list of the loaded binary images that appear in the stack trace. | loaded_binary_image_list |
Locale | Locale string. | locale |
Longitude | Longitude value, if provided by the developer. | longitude |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
Name | Error name string. | name |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
Symbolicated | Flag which signifies if the stack trace is symbolicated or not. | symbolicated |
System Name | OS name. | system_nam e |
System Time Zone | Current device time zone. | system_time_zone |
System Version | Version of the host operating system. | system_version |
Thread Traces | A map with multiple entries, each which representing a thread running in the application at the time of the crash. The map key is the thread name, the value is the stacktrace as a FieldText attribute, with each stack frame separated by a newline (n) character. | thread_traces |
User Name | The last known user name set by the application developer, if available. | user_name |
Note: You must use the latest version of Workspace ONE Launcher to collect this data for Android. The SDK does not have a method to collect this data for iOS at this time.
Attribute | Definition | API Field Names | Does the SDK collect this attribute in Android? |
---|---|---|---|
Battery Charging Rate | Float representing the hourly charge rate of the device. The hourly battery charge rate is calculated by finding the slope of recorded battery levels over the last hour (recorded every 10 minutes) using the Least Squares Regression method. |
battery_charging_rate |
Yes |
Battery Charging Status | String representing the Battery Charging status of the device. Battery charging status values are full, charging, discharging, and unknown. |
battery_charging_status |
Yes |
Battery Current | Long representing the battery current of the device in milliamps (mA). | battery_electrical_current |
Yes |
Battery Current Rate | Float representing the current in milliamps (mA) relative to the battery capacity in milliamp hours (mAh) of the device (%/h). | battery_electrical_current_rate |
Yes |
Battery Level | Number identifying the level of battery charge currently on the device. | battery_level |
Yes |
Battery Plugged Type | String representing the power source the device is using. Android values are pluggedAC, pluggedUSB, pluggedWireless, unplugged, and unknown. |
plugged_type |
Yes |
Battery Status | String representing the status of the device’s battery, which is also known as health. Values include cold, dead, good, overheat, overvoltage, failed, and unknown. |
battery_status |
Yes |
Battery Temperature | Long representing the current battery temperature in Celsius. | battery_temperature |
Yes |
Battery Time Since Charging | Long representing the total milliseconds the battery has spent charging. | battery_time_since_charging |
Yes |
Battery Time Since Unplugged | Long representing the total milliseconds the battery has spent not charging. | battery_time_since_unplugged |
Yes |
Battery Type | String representing the battery type of the device. For example, Li-ion. | battery_type |
Yes |
Battery Voltage | Long representing the current battery voltage level in millivolts. | battery_voltage |
Yes |
Bluetooth Connected | Integer representing the number of devices currently connected using Bluetooth. | bluetooth_connected |
Yes |
CPU Utilization | Integer, from 0 to 100, representing the average percent of all the cores’ utilization percentage. | cpu_utilization |
Not available in Android |
Device Manufacturer | String representing the manufacturer of the device. | manufacturer |
Yes |
Device Model | String representing the type of model of the device. | model |
Yes |
Device Process CPU Time | Long representing the total time an application or process spent executing on the device CPU. | process_cpu_time |
Yes |
Disk Space Free Bytes | Long representing the capacity of the unallocated part of the volume where the user files are stored, in bytes. | disk_space_free_bytes |
Yes |
Disk Space Total Bytes | Long representing the total capacity of the volume where the user files are stored, in bytes. | disk_space_total_bytes |
Yes |
Internet Available | Integer identifying if the device currently has a connection to the internet. | internet_available |
Yes |
IP Address | String representing IP addresses on the device, using the comma-separated method if there are multiples. | ip_address |
Yes |
Is Roaming | Boolean identifying if the device is considered roaming on the current network. | is_roaming |
Yes |
Jitter | Float representing the average jitter of the currently active network connection or -1 if the internet is not available. | jitter |
Yes |
Last Boot Time | String representing the date and time of the last boot of the device. | last_boot_time |
Yes |
Latency | Float representing the average latency of the currently active network connection or -1 if the internet is not available. | latency |
Yes |
Location Latitude | Double representing the latitude coordinate of the device. | location_latitude |
Yes |
Location Longitude | Double representing the longitude coordinate of the device. | location_longitude |
Yes |
Location Service Enabled | Integer Identifying whether location services for this device where toggled on or off. 1 = On 0 = Off |
location_service_enabled_int |
Yes |
Logical CPU Cores | Integer representing the number of logical CPU cores on the device. | cpu_cores_logical |
Yes |
Memory Allocated Bytes | Long representing the total memory (RAM) that has been allocated by the app. | memory_allocated_per_app_bytes |
Yes |
Memory Total Bytes | Long representing the total memory (RAM) in bytes accessible by the kernel. | memory_total_bytes |
Yes |
Mobile Network Type | String representing the type of cellular network connection used by the device. Android - 2G, 3G, 4G, 5G, and unknown |
mobile_network_type |
Yes |
Mobile Radio Active | Integer representing whether the mobile data radio setting is enabled. | mobile_radio_active | Yes |
Mobile Signal Strength | Integer representing the relative cellular signal strength of the device’s network. | mobile_signal_strength |
Yes |
Multicast | Boolean identifying if the app has multicast entitlement. | is_multicast |
Not available in Android |
Network Connectivity Type | String representing what type of network connection the device is currently using. | network_connectivity_type |
Yes |
Network Download Speed | Float representing the daily average network download speed for the device in Megabits per second (Mbps). | network_download_speed_mbps |
Yes |
Network Upload Speed | Float representing the daily average network upload speed for the device in Megabits per second (Mbps). | network_upload_speed_mbps |
Yes |
Operating System Name | String representing the higher level operating system name of the device. | os_name |
Yes |
Operation System Version | String representing the operating system version of the device. | os_version |
Yes |
Physical CPU Cores | Integer representing the number of physical CPU cores on the device. | cpu_cores_physical |
Not available in Android |
Power Saver Enabled | Integer representing if power saver mode is enabled. | power_saver_enabled |
Yes |
Reference Time - Elapsed Time | Long representing milliseconds since the device has last been booted, including time spent in sleep. | reference_time_elapsed |
Yes |
SD Card Space Free Bytes | Long representing the free capacity of the current SD card on the device in bytes. | sdcard_space_free_bytes |
Yes |
SD Card Space Total Bytes | Long representing the total capacity of the current SD card on the device in bytes. | sdcard_space_total_bytes |
Yes |
Screen Brightness | Float representing the screen brightness on a scale from 0 to 100. | screen_brightness |
Yes |
Screen Interactive | Boolean representing if the screen is on (interactive) or off. | is_screen_interactive |
Yes |
Sleep Duration | Long representing the total milliseconds since the device has been in sleep. | sleep_duration |
Yes |
VPN Connected | Integer identifying if a VPN exists as a network on the device. | vpn_connected |
Yes |
Wake Duration | Long representing the total milliseconds a device was not in sleep. | wake_duration |
Yes |
Wifi BSSID | String representing the the BSSID of the Wi-Fi connection. If the system cannot retrieve the BSSID due to null returns, permissions not granted, or a Wi-Fi connection not being in, then the system returns an Unavailable string. |
bssid |
Yes |
Wifi Configuration Status | String representing the status of the device Wi-Fi radio setting configuration. Values include enabled, disabled, enabling, disabling, and unknown. |
wifi_configuration_status |
Yes |
Wifi Network Frequency | Integer (Mhz), representing the frequency of the in-use Wi-Fi connection or -1 if the value can not be produced. | wifi_frequency |
Yes |
Wifi On | Integer representing whether the currently active network is a Wi-Fi connection. | wifi_on |
Yes |
Wifi Scan Available | Boolean representing whether Wi-Fi Scanning is available for location services on the device. | wifi_scan_available |
Yes |
Wifi Signal Strength | Integer representing the RSSI of the Wi-Fi connection, using 1 if it can not be determined. The system uses +1 as if the RSSI is a negative reading. |
wifi_signal_strength |
Yes |
Wifi SSID | String representing the the SSID of the Wi-Fi connection. If the system cannot retrieve the SSID due to null returns, permissions not granted, or a Wi-Fi connection not reported, then the system returns an empty string. If permissions and GPS constraints are not satisfied by the consuming app, the Android APIs might return a unknown SSID value such as UNKNOWN_SSID. |
ssid |
Yes |
Data Fields | Description | API Field Names |
---|---|---|
Activities | Instance(s) of Activity that are visible / active while crash/exception occurred. | activities |
App Version | Version string, set by developer. | app_version |
App Version Code | Version int code. | app_version_code |
Architecture | Device architecture. | arch |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Device Model | The model of device detected for this event. | device_model |
DPI | Device screen density (the logical density of the display). | dpi |
Error Reason | Error reason string. | error_reason |
Error Stacktrace | A string representing the stacktrace for the error. | error_stacktrace_txt |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Name | Error name string. | name |
OS Version | Version of the host operating system. | system_version |
Orientation | Device orientation. | _orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Library Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Sent At | Timestamp when the event was sent. | sent_at |
Suspect Line | Suspect line. | suspect_line |
System Name | OS name. | system_name |
User Name | The last known user name set by the application developer, if available. | user_name |
XDPI | Horizontal screen density (the exact physical pixels per inch of the screen in the X dimension). | xdpi |
YDPI | Vertical screen density (the exact physical pixels per inch of the screen in the Y dimension). | ydpi |
Data Fields | Description | API Field Names |
---|---|---|
Active Network | Currently active connection type. | active_network |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number. | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Custom Version | Arbitrary version string which is explicitly set by the application developer. | custom_version |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
Error Domain | Error domain string provided by the application developer. | error_domain |
Error Domain Code | Error code provided by the application developer. | error_domain_code |
Error Log Type | The type of object logged with the SDK API. | error_log_type |
Error Reason | Error reason string. | error_reason |
Error Recovery Options | Array of strings listing recovery option recommendations. | error_recovery_options |
Error Recovery Suggestion | Error string with recovery suggestion. | error_recovery_suggestion |
Error Thread Name | The name, if available, of the thread on which the exception occurred. | error_thread_name |
Error Thread Number | The number corresponding to the thread on which the exception occurred. | error_thread_number |
Error Trace | Backtrace of the error or exception as a FieldText value, with each stack frame separated by a newline character (n). | error_trace |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Latitude | Latitude value, if provided by the developer. | latitude |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
Name | Error name string. | name |
OS Version | Version of the host operating system. | system_version |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | _orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Library Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
Symbolicated | Flag which signifies if the stack trace is symbolicated or not. | symbolicated |
System Name | OS name. | system_name |
System Time Zone | Current device time zone. | system_time_zone |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
App Version | Version string, set by developer. | app_version |
App Version Code | Version int code. | app_version_code |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Data Out | Number of bytes sent for this network request. | bytes_sent |
Device Model | The model of device detected for this event. | device_model |
HTTP Method | The HTTP request method. | http_method |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Library Version SDK Version | version number of the Workspace ONE Intelligence SDK. | library_version |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Net Error Code | Application-level error codes. | net_error_code |
Net Error Table | Error table number to look up the error code. | net_error_table |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
Sent At | Timestamp when the event was sent. | sent_at |
System Name | OS name. | system_name |
System Version | Version of the host operating system. | system_version |
URL | URL string for this network request. | _url |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
Active Network | Currently active connection type. | active_network |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number. | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Data Out | Number of bytes sent for this network request. | bytes_sent |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
Error Domain | Error domain string. | error_domain |
HTTP Method | The HTTP request method. | http_method |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Latitude | Latitude value, if provided by the developer. | |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
Name | Name of the error. | name |
Net API | The OS-level API used for this network request. | net_api |
Net Error Code | Application-level error codes. | net_error_code |
Net Error Table | Error table number to look up the error code. | net_error_table |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
System Name | OS name. | system_name |
System Time Zone | Current device time zone. | system_time_zone |
System Version | Version of the host operating system. | system_version |
URL | URL string for this network request. | _url |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
App Version | Version string, set by developer. | app_version |
App Version Code | Version int code. | app_version_code |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Data In | Number of bytes received for this network request. | bytes_received |
Data Out | Number of bytes sent for this network request. | bytes_sent |
Device Model | The model of device detected for this event. | device_model |
End Time | Time the request was ended. | end_time |
HTTP Method | The HTTP request method. | http_method |
HTTP Status Code | The HTTP status code returned from the server. | http_status_code |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
OS Version | Version of the host operating system. | system_version |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Sent At | Timestamp when the event was sent. | sent_at |
Start Time | Time the request was started. | start_time |
System Name | OS name. | system_name |
URL | URL string for this network request. | _url |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
Active Network | Currently active connection type. | active_network |
Active Time | Time in milliseconds that the event was active and in the foreground. | active_time_millis |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number. | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Child Count | Number of child time span events. | child_count |
Crash ID | Event ID of the associated crash event. | crash_id |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Data In | Number of bytes received for this network request. | bytes_received |
Data Out | Number of bytes sent for this network request. | bytes_sent |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
Elapsed Time Millis | Time in milliseconds of the total duration of the event. | elapsed_time_millis |
End Time | Date that the event was ended. | end_time |
HTTP Method | The HTTP request method. | http_method |
HTTP Status Code | The HTTP status code returned from the server. | http_status_code |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
OS-level API | The OS-level API used for this network request. | net_api |
OS Version | Version of the host operating system. | system_version |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
Response MIME Type | MIME type of the response, if applicable. | response_mime_type |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
Start Time | Date that the event was started. | start_time |
System Name | OS name. | system_name |
System Time Zone | Current device time zone. | system_time_zone |
URL | URL string for this network request. | _url |
User Name | The last known user name set by the application developer, if available. | user_name |
Data Fields | Description | API Field Names |
---|---|---|
App Version | Version string, set by developer. | app_version |
App Version Code | Version int code. | app_version_code |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Crash ID | Event ID of the associated crash event. | crash_id |
Device Model | The model of device detected for this event. | device_model |
Elapsed Time Millis | Time in milliseconds of the total duration of the event. | elapsed_time_millis |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Locale | Locale string. | locale |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
OS Version | Version of the host operating system. | system_version |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Sent At | Timestamp when the event was sent. | sent_at |
System Name | OS name. | system_name |
User Flow End Time | Date that the event was ended. | end_time |
User Flow Name | Name of the user flow. | name |
User Flow Start Time | Date that the event was started. | start_time |
User Flow Status | User flow completion state (successful, failed, crashed, timed out). | _state |
User Flows Active Time | Time in milliseconds that the event was active and in the foreground. | active_time_millis |
User Flow Timeout | Timeout time in milliseconds. User flow will automatically fail if this duration is reached. | user_flow_timeout_millis |
User Flow Type | Sub-type of the user flow event (user-defined, system, etc). | user_flow_type |
User Name | The last known user name set by the application developer, if available. | user_name |
Value | The value in currency cents for this user flow. | value |
Data Fields | Description | API Field Names |
---|---|---|
Active Network | Currently active connection type. | active_network |
Background Session | Flag that indicates if the session was started in the background. | background_session |
Battery Level | Value representing the current battery level. | battery_level |
Binary Image Architecture | String which identifies the binary image architecture. | binary_image_architecture |
Binary Image Name | Mach-O binary image name. | binary_image_name |
Binary Image UUID | Mach-O binary image UUID. | binary_image_uuid |
Boot Time | Date that the system initially booted. | boot_time |
Bundle Identifier | String which identifies the organization and app name. | bundle_identifier |
Bundle Short Version | Public version number. | bundle_short_version |
Bundle Version | Internal build number. | bundle_version |
Carrier | Alphabetic name of current registered operator (when the user is registered to a network). | carrier |
Child Count | Number of child time span events. | child_count |
Crash ID | Event ID of the associated crash event. | crash_id |
Cold Launched | Bool flag which indicates if this session was cold launched. | cold_launched |
Debugger Attached | Bool flag which indicates that the SDK detected a debugger. | debugger_attached |
Development Platform | Development platform in use by the current application. | development_platform |
Device Model | The model of device detected for this event. | device_model |
Device Type | The type of device detected for this event. | device_type |
Disk Space Free | Disk space free in bytes. | disk_space_free |
Disk Space Total | Total disk space on this device in bytes. | disk_space_total |
Elapsed Time Millis | Time in milliseconds of the total duration of the event. | elapsed_time_millis |
IPv4 Address | Current IPv4 address, SHA256 encoded. | ipv4_address |
IPv6 Address | Current IPv6 address, SHA256 encoded. | ipv6_address |
Intelligence SDK App ID | Workspace ONE Intelligence app ID for this application. | app_id |
Intelligence SDK App Name | The app name entered in the console for this app. | app_config_app_name |
Languages | Array of strings containing language preferences. | languages |
Latitude | Latitude value, if provided by the developer. | latitude |
Locale | Locale string. | locale |
Longitude | Longitude value, if provided by the developer. | longitude |
MCC | Mobile Country Code of current registered operator (when the user is registered to a network). | mcc |
MNC | Mobile Network Code of current registered operator (when the user is registered to a network). | mnc |
Memory Total | Total amount of memory on this device in bytes. | memory_total |
Memory Usage | Current memory usage in bytes. | memory_usage |
OS Version | Version of the host operating system. | system_version |
On Cellular | Device cellular connectivity state. | on_cellular |
On WiFi | Device connectivity state. | on_wifi |
Online | Device Wi-Fi connectivity state. | online |
Orientation | Device orientation. | orientation |
Platform | String identifying the origin platform. | platform |
Protocol Version | Protocol version of the Workspace ONE Intelligence SDK. | protocol_version |
Rate | Sampling rate for this event type. | rate |
SDK Device ID | UUID which uniquely identifies the device, generated by Workspace ONE Intelligence SDK. | device_uuid |
SDK Version | Version number of the Workspace ONE Intelligence SDK. | library_version |
Session ID | Unique UUID generated for each session. | session_id |
Session Number | Incremented session number for this device. | session_number |
System Name | OS name. | system_name |
System Time Zone | Current device time zone. | system_time_zone |
User Flows Active Time | Time in milliseconds that the event was active and in the foreground | active_time_millis |
User Flow End Time | Date that the event was ended. | end_time |
User Flow Name | Name of the user flow. | name |
User Flow Start Time | Date that the event was started. | start_time |
User Flow Status | User flow completion state (successful, failed, crashed, timed out). | _state |
User Flow Timeout | Timeout time in milliseconds. User flow will automatically fail if this duration is reached. | user_flow_timeout_millis |
User Flow Type | Sub-type of the user flow event (user-defined, system, etc). | user_flow_type |
User Name | The last known user name set by the application developer, if available. | user_name |