Use these tables to identify data collected by an Omnissa Workspace ONE productivity app and sent as a Mobile Analytics data point to Omnissa Workspace ONE Experience Management for use in Omnissa Intelligence widgets.
Intelligence SDK version by productivity app
Use this legend together with the attribute tables. Find the productivity app and version your devices run, note its bundled Intelligence SDK version, then compare that against the Minimum Intelligence SDK Version column for each attribute. An attribute is collected when the app’s Intelligence SDK version is greater than or equal to the attribute’s minimum. Attributes marked All supported versions are collected by every supported release.
| Productivity App | Platform | App Version | Intelligence SDK Version |
|---|---|---|---|
| Omnissa Workspace ONE Content | Android | 26.04 | 25.11.1 |
| Omnissa Workspace ONE Content | iOS | 26.05 | 26.2.1 |
| Omnissa Workspace ONE Intelligent Hub | Android | 26.05 | 26.2.0 |
| Omnissa Workspace ONE Intelligent Hub | iOS | 26.05 | 26.2.0 |
| Omnissa Workspace ONE Launcher | Android | 26.05 | 26.2.0 |
| Omnissa Workspace ONE Web | Android | 26.03.1 | 25.11.1 |
| Omnissa Workspace ONE Web | iOS | 26.05 | 26.2.0 |
Required geofence profile for location
For Web or Content to request location permissions, for example to collect location latitude and location longitude, you must assign a geofence profile to the given application. You can make your geofence large enough to encompass an entire country (such as the United States) to simplify deployment. You can add this setting to the same SDK profile where you configured the CaptureDEXdata SDK setting.
- For information about geofence areas and profiles, see Geofence Areas.
- For information about the CaptureDEXdata SDK setting, see Device telemetry - use a Workspace ONE productivity app and an SDK profile to get device data
Telemetry attributes
Battery - Android
- a: Collected by Intelligent Hub and Launcher only; not collected by Content or Web.
- All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| Altitude | Double representing the Mean Sea Level altitude, in meters, of the reported location. | altitude_meters | 26.5.0 |
| Altitude Accuracy | Double representing the accuracy, in meters, of the reported Mean Sea Level altitude. | altitude_accuracy_meters | 26.5.0 |
| App ID | A unique application identifier. | app_id | All supported versions |
| Battery Average Current | Number representing the average current of the battery in milliamps (mA). | battery_average_current | 25.7.0 |
| Battery Capacity | Number representing the maximum battery charge capacity in milliamp-hours (mAh). | battery_capacity | 25.7.0 |
| 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 | All supported versions |
| Battery Charging Status | String representing the battery charging status of the device. Values are full, charging, discharging, and unknown. | battery_charging_status | All supported versions |
| Battery Current | Long representing the battery current of the device in milliamps (mA). | battery_electrical_current | All supported versions |
| 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 | All supported versions |
| Battery Cycle Count | Integer representing the total number of battery charge cycles the device has undergone. Requires Android 14 (API 34) or later; on earlier devices, or where the value is not exposed, a default system value is returned. | battery_cycle_count | 26.5.0 |
| Battery Level | Number identifying the level of battery charge currently on the device. | battery_level | All supported versions |
| Battery Plugged Type | String representing the power source the device is using. Android values are pluggedAC, pluggedUSB, pluggedWireless, unplugged, and unknown. | plugged_type | All supported versions |
| Battery Remaining Charge | Number representing the remaining battery charge capacity in milliamp-hours (mAh). | battery_remaining_charge | 25.7.0 |
| Battery Status | String representing the status of the device’s battery, also known as health. Values include cold, dead, good, overheat, overvoltage, failed, and unknown. | battery_status | All supported versions |
| Battery Temperature | Long representing the current battery temperature in Celsius. | battery_temperature | All supported versions |
| Battery Time Since Charging | Long representing the total milliseconds the battery has spent charging. | battery_time_since_charging | All supported versions |
| Battery Time Since Unplugged | Long representing the total milliseconds the battery has spent not charging. | battery_time_since_unplugged | All supported versions |
| Battery Type | String representing the battery type of the device. For example, Li-ion. | battery_type | All supported versions |
| Battery Voltage | Long representing the current battery voltage level in millivolts. | battery_voltage | All supported versions |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model of the device. | model | All supported versions |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Location Radius Accuracy | Double representing the horizontal accuracy radius, in meters, of the reported location. | location_accuracy_radius_meters | 26.5.0 |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operation System Version | String representing the operating system version of the device. | os_version | All supported versions |
| Power Saver Enabled | Boolean representing if power saver mode is activated. | power_saver_enabled | All supported versions |
| UEM Device UDID | String representing the UDID of the device as seen in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number a | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | All supported versions |
| UEM Username | String representing the Enrollment username as seen in Workspace ONE UEM. | uem_username | All supported versions |
| {.filterTable} |
Battery - iOS
All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| App ID | A unique application identifier. | app_id | All supported versions |
| Battery Charging Rate | Float representing the hourly charge rate of the device. | battery_charging_rate | Not available on iOS |
| Battery Charging Status | String representing the battery charging status of the device. Values are full, charging, discharging, and unknown. | battery_charging_status | All supported versions |
| Battery Current | Long representing the battery current of the device in milliamps (mA). | battery_electrical_current | Not available on iOS |
| 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 | Not available on iOS |
| Battery Level | Number identifying the level of battery charge currently on the device. | battery_level | All supported versions |
| Battery Plugged Type | String representing the power source the device is using. iOS values are pluggedUSB, unplugged, and unknown. | plugged_type | All supported versions |
| Battery Status | String representing the status of the device’s battery, also known as health. Values include cold, dead, good, overheat, overvoltage, failed, and unknown. | battery_status | Not available on iOS |
| Battery Temperature | Long representing the current battery temperature in Celsius. | battery_temperature | Not available on iOS |
| Battery Time Since Charging | Long representing the total milliseconds the battery has spent charging. | battery_time_since_charging | All supported versions |
| Battery Time Since Unplugged | Long representing the total milliseconds the battery has spent not charging. | battery_time_since_unplugged | All supported versions |
| Battery Type | String representing the battery type of the device. For example, Li-ion. | battery_type | All supported versions |
| Battery Voltage | Long representing the current battery voltage level in millivolts. | battery_voltage | Not available on iOS |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model of the device. | model | All supported versions |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operation System Version | String representing the operating system version of the device. | os_version | All supported versions |
| Power Saver Enabled | Boolean representing if power saver mode is activated. | power_saver_enabled | All supported versions |
| UEM Device UDID | String representing the UDID of the device as seen in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | Not available on iOS |
| UEM Username | String representing the Enrollment username as seen in Workspace ONE UEM. | uem_username | All supported versions |
| {.filterTable} |
Daily app usage and performance — Android
- All attributes in this table can be collected by the listed apps.
- Workspace ONE Launcher (introduced with the App Usage Metrics entity in Intelligence SDK 25.1.0 for Android)
- Intelligent Hub for Android 26.05 and later
- All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| App Name | Name of the app for which daily usage and performance is being reported. | app_name | All supported versions |
| App Usage Date/Time | The date/time this event represents. This is not the same as the event received time. | app_usage_date_time | All supported versions |
| App Version | The version of the application this event represents. | app_version | All supported versions |
| Average Time in Foreground | Average time the app spent in the foreground for the referenced App Usage Date/Time. | average_time_in_foreground | All supported versions |
| Battery Drain Percentage | Total battery drain percentage while the app was in the foreground for the referenced App Usage Date/Time. | battery_drain | All supported versions |
| Count of Foreground Events | The number of times the app was brought into the foreground for the referenced App Usage Date/Time. | count_of_foreground_events | All supported versions |
| Data Usage | The total amount of data (in MB) consumed by the app in the referenced App Usage Date/Time. | data_usage | All supported versions |
| Device Manufacturer | Manufacturer of the device. | manufacturer | All supported versions |
| Device Model | Model of the device. | model | All supported versions |
| Device Organization Group ID | UEM organization group ID. | airwatch_device__device_location_group_id | All supported versions |
| Device Organization Group Name | UEM organization group name. | airwatch_device__device_location_group_name | All supported versions |
| Device Serial Number | The serial number of the device. | uem_serial_number | All supported versions |
| Device Tags UUIDs | UUIDs of any associated device tags. | uem_device__tag_uuids | All supported versions |
| Device Tags | UEM device tags assigned to the device. | airwatch_device__device_tag_name_list | All supported versions |
| Enrollment Status | Enrollment status of the device. | airwatch_device__device_enrollment_status | All supported versions |
| Enrollment Username | Name used to enroll. | uem_username | All supported versions |
| Event Name | This value is always daily_app_resource_consumption. | event_name | All supported versions |
| Friendly Name | UEM friendly name of the device. | airwatch_device__device_friendly_name | All supported versions |
| Intelligence SDK App ID | App ID for the app that reported the daily app usage data, for example Launcher. | app_id | All supported versions |
| Last Sync Time | Last sync time of the device. | adp_modified_at | All supported versions |
| Longest App Session | Longest time spent in the app for a single session for the referenced App Usage Date/Time. An app session is app foreground to app background. | longest_app_session | All supported versions |
| OS Name | The name of the operating system. | os_name | All supported versions |
| OS Version | The version of the operating system. | os_version | All supported versions |
| Package ID | Package ID for the app reporting usage data. | apteligent.app_usage_metrics._package_id | All supported versions |
| Platform | The platform of the device. | device_platform | All supported versions |
| Shortest App Session | Shortest time spent in the app for a single session for the referenced App Usage Date/Time. An app session is app foreground to app background. | shortest_app_session | All supported versions |
| Time in Foreground | The total time the app spent in the foreground for the referenced App Usage Date/Time. | total_time_in_foreground | All supported versions |
| User Name | User name for the enrolled or logged in user. | airwatch_device__user_name | All supported versions |
| {.filterTable} |
Device - Android
- a: Collected by Intelligent Hub and Launcher only; not collected by Content or Web.
- All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| Altitude | Double representing the Mean Sea Level altitude, in meters, of the reported location. | altitude_meters | 26.5.0 |
| Altitude Accuracy | Double representing the accuracy, in meters, of the reported Mean Sea Level altitude. | altitude_accuracy_meters | 26.5.0 |
| App ID | A unique string that identifies an app. | app_id | All supported versions |
| CPU Utilization | Integer, from 0 to 100, representing the average percent of all the cores’ utilization percentage. | cpu_utilization | Not available on Android |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model of the device. | model | All supported versions |
| Device Process CPU Time | Long representing the total time an application or process spent executing on the device CPU. | process_cpu_time | Not available on Android |
| 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 | All supported versions |
| Disk Space Total Bytes | Long representing the total capacity of the volume where the user files are stored, in bytes. | disk_space_total_bytes | All supported versions |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Is SD Card Portable | Boolean representing whether the SD card is in a portable state. SD card volumes marked as a public type are considered portable. | is_sdcard_portable | All supported versions |
| Last Boot Time | String representing the date and time of the last boot of the device. | last_boot_time | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Location Radius Accuracy | Double representing the horizontal accuracy radius, in meters, of the reported location. | location_accuracy_radius_meters | 26.5.0 |
| Location Service Enabled | Boolean identifying whether location services for this device were toggled on or off. 1 = On, 0 = Off. | location_service_enabled_int | All supported versions |
| Logical CPU Cores | Integer representing the number of logical CPU cores on the device. | cpu_cores_logical | All supported versions |
| Memory Allocated Bytes | Long representing the total memory (RAM) that has been allocated by the app. | memory_allocated_per_app_bytes | All supported versions |
| Memory Total Bytes | Long representing the total memory (RAM) in bytes accessible by the kernel. | memory_total_bytes | All supported versions |
| Multicast | Boolean identifying if the app has multicast entitlement. | is_multicast | Not available on Android |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operation System Version | String representing the operating system version of the device. | os_version | All supported versions |
| Percent Asleep | Float representing the percentage of time the device has been asleep since it was booted (scale 0 to 100). | percent_asleep | All supported versions |
| Percent Awake | Float representing the percentage of time the device has been awake since it was booted (scale 0 to 100). | percent_awake | All supported versions |
| Physical CPU Cores | Integer representing the number of physical CPU cores on the device. | cpu_cores_physical | Not available on Android |
| Reference Time - Elapsed Time | Long representing milliseconds since the device has last been booted, including time spent in sleep. | reference_time_elapsed | All supported versions |
| SD Card Space Free Bytes | Long representing the free capacity of the current SD card on the device in bytes. | sdcard_space_free_bytes | All supported versions |
| SD Card Space Total Bytes | Long representing the total capacity of the current SD card on the device in bytes. | sdcard_space_total_bytes | All supported versions |
| Screen Brightness | Float representing the screen brightness on a scale from 0 to 100. | screen_brightness | All supported versions |
| Screen Interactive | Boolean representing if the screen is on (interactive) or off. | is_screen_interactive | All supported versions |
| Sleep Duration | Long representing the total milliseconds since the device has been in sleep. | sleep_duration | All supported versions |
| UEM Device UDID | String representing the UDID of the device in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number a | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | All supported versions |
| UEM Username | String representing the enrollment user name as seen in Workspace ONE UEM. | uem_username | All supported versions |
| Wake Duration | Long representing the total milliseconds a device was not in sleep. | wake_duration | All supported versions |
| {.filterTable} |
Device - iOS
All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| App ID | A unique application identifier. | app_id | All supported versions |
| CPU Utilization | Integer, from 0 to 100, representing the average percent of all the cores’ utilization percentage. | cpu_utilization | All supported versions |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model the device is. | model | All supported versions |
| Device Process CPU Time | Long representing the application/process total time spent executing on the device CPU. | process_cpu_time | Not available on iOS |
| 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 | Not available on iOS |
| Disk Space Total Bytes | Long representing the total capacity of the volume where the user files are stored, in bytes. | disk_space_total_bytes | Not available on iOS |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Last Boot Time | String representing the date and time of the last boot of the device. | last_boot_time | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Location Service Enabled | Boolean representing whether Location Services for this device were toggled on or off. 1 if on, 0 if off. | location_service_enabled_int | All supported versions |
| Logical CPU Cores | Integer representing the number of logical CPU cores on the device. | cpu_cores_logical | All supported versions |
| Memory Allocated Bytes | Long representing the total memory (RAM) that has been allocated by the app. | memory_allocated_per_app_bytes | All supported versions |
| Memory Total Bytes | Long representing the total memory (RAM) in bytes accessible by the kernel. | memory_total_bytes | All supported versions |
| Multicast | Boolean representing whether the app has multicast entitlement. | is_multicast | Not available on iOS |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operating System Version | String representing the operating system version of the device. | os_version | All supported versions |
| Percent Asleep | Float representing the percentage of time the device has been asleep since it was booted (scale 0 to 100). | percent_asleep | All supported versions |
| Percent Awake | Float representing the percentage of time the device has been awake since it was booted (scale 0 to 100). | percent_awake | All supported versions |
| Physical CPU Cores | Integer representing the number of physical CPU cores on the device. | cpu_cores_physical | All supported versions |
| Reference Time - Elapsed Time | Long representing milliseconds since the device has last been booted, including time spent in sleep. | reference_time_elapsed | All supported versions |
| Screen Brightness | Float representing the screen brightness on a scale from 0 to 100. | screen_brightness | All supported versions |
| Screen Interactive | Boolean representing if the screen is on (interactive) or off. | is_screen_interactive | Not available on iOS |
| SD Card Space Free Bytes | Long representing the free capacity of current SD card on the device in bytes. | sdcard_space_free_bytes | Not available on iOS |
| SD Card Space Total Bytes | Long representing the total capacity of current SD card on the device in bytes. | sdcard_space_total_bytes | Not available on iOS |
| Sleep Duration | Long representing the total milliseconds since boot the device has been in sleep. | sleep_duration | All supported versions |
| UEM Device UDID | String representing the UDID of the device as seen in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | Not available on iOS |
| UEM Username | String representing the enrollment username as seen on Workspace ONE UEM. | uem_username | All supported versions |
| Wake Duration | Long representing the total milliseconds since boot not counting time spent in sleep. | wake_duration | All supported versions |
| {.filterTable} |
Network - Android
- a: Collected by Intelligent Hub and Launcher only. Content and Web do not hold the BLUETOOTH_CONNECT permission.
- b: Collected by Intelligent Hub and Launcher only. Content and Web do not hold the READ_PHONE_STATE permission.
- c: Collected by Intelligent Hub and Launcher only; not currently available for Content or Web.
- d: Not collected by Content. Available in Intelligent Hub, Launcher, and Web.
- e: Requires Android 11 or later.
- All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| Altitude | Double representing the Mean Sea Level altitude, in meters, of the reported location. | altitude_meters | 26.5.0 |
| Altitude Accuracy | Double representing the accuracy, in meters, of the reported Mean Sea Level altitude. | altitude_accuracy_meters | 26.5.0 |
| App ID | A unique application identifier. | app_id | All supported versions |
| Bluetooth Connected a | Integer representing the number of devices currently connected using Bluetooth. | bluetooth_connected | All supported versions |
| Carrier | String representing the name of the current registered operator (when the user is registered to a network). | carrier | All supported versions |
| Cellular Data Enabled | Boolean representing whether cellular data is enabled. Reflects an active cellular data connection on the primary SIM; the device must not be in a data-suspended state. | cellular_data_enabled | 26.5.0 |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model of the device. | model | All supported versions |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Internet Available | Boolean identifying if the device currently has a connection to the internet. | internet_available | All supported versions |
| IP Address | String identifying the resource on the internet. | network.ip_address | All supported versions |
| Is Roaming | Boolean identifying if the device is considered roaming on the current network. | is_roaming | All supported versions |
| Jitter | Float representing the average jitter of the currently active network connection, or -1 if the internet is not available. | jitter | All supported versions |
| Latency | Float representing the average latency of the currently active network connection, or -1 if the internet is not available. | latency | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Location Radius Accuracy | Double representing the horizontal accuracy radius, in meters, of the reported location. | location_accuracy_radius_meters | 26.5.0 |
| Mobile Network Type b | String representing the type of cellular network connection used by the device. Android values are 2G, 3G, 4G, 5G, and unknown. | mobile_network_type | All supported versions |
| Mobile Radio Active | Boolean representing whether the mobile data radio setting is activated. | mobile_radio_active | All supported versions |
| Mobile Signal Strength | Integer representing the relative cellular signal strength of the device’s network. | mobile_signal_strength | All supported versions |
| Multicast | Boolean identifying if the app has multicast entitlement. | is_multicast | Not available on Android |
| Network Connectivity Type | String representing what type of network connection the device is currently using. | network_connectivity_type | All supported versions |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operation System Version | String representing the operating system version of the device. | os_version | All supported versions |
| UEM Device UDID | String representing the UDID of the device as seen in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number c | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | All supported versions |
| UEM Username | String representing the Enrollment username as seen in Workspace ONE UEM. | uem_username | All supported versions |
| VPN Connected | Integer identifying if a VPN exists as a network on the device. | vpn_connected | All supported versions |
| Wifi BSSID | String representing the BSSID of the Wi-Fi connection. If the system cannot retrieve the BSSID, an Unavailable string is returned. | bssid | All supported versions |
| Wifi Channel Width | Integer representing channel width in MHz. | wifi_channel_width | Not available on Android |
| 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 | All supported versions |
| Wifi Network Frequency | Float (GHz) representing the frequency of the in-use Wi-Fi connection, or -1 if the value cannot be produced. | wifi_frequency | All supported versions |
| Wifi On | Boolean representing whether the currently active network is a Wi-Fi connection. | wifi_on | All supported versions |
| Wifi Scan Available | Boolean representing whether Wi-Fi scanning is available for location services on the device. | wifi_scan_available | All supported versions |
| Wifi Signal Strength | Integer representing the RSSI of the Wi-Fi connection, using 1 if it cannot be determined. | wifi_signal_strength | All supported versions |
| Wifi SSID d | String representing the SSID of the Wi-Fi connection. If the SSID cannot be retrieved, an empty or UNKNOWN_SSID value may be returned. | ssid | All supported versions |
| Wi-Fi Current Rx Link Speed | Current Wi-Fi receive (Rx) link speed. Part of the Wi-Fi Efficiency Metrics added in 25.11.0. | current_rx_link_speed_mbps | 25.11.0 |
| Wi-Fi Current Tx Link Speed | Current Wi-Fi transmit (Tx) link speed. Part of the Wi-Fi Efficiency Metrics added in 25.11.0. | current_tx_link_speed_mbps | 25.11.0 |
| Wi-Fi Max Rx Link Speed e | Maximum supported Wi-Fi receive (Rx) link speed. | max_rx_link_speed_mbps | 25.11.0 |
| Wi-Fi Max Tx Link Speed e | Maximum supported Wi-Fi transmit (Tx) link speed. | max_tx_link_speed_mbps | 25.11.0 |
| Wi-Fi Rx Link Speed Efficiency % e | Percentage efficiency of current vs. maximum Wi-Fi receive (Rx) link speed. | rx_efficiency_pct | 25.11.0 |
| Wi-Fi Tx Link Speed Efficiency % e | Percentage efficiency of current vs. maximum Wi-Fi transmit (Tx) link speed. | tx_efficiency_pct | 25.11.0 |
| {.filterTable} |
Network - iOS
- a: Not collected by Content. Available in Intelligent Hub and Web.
- All supported versions: All Intelligence SDK versions released in the past year.
| Attribute | Definition | Field Name | Minimum Intelligence SDK Version |
|---|---|---|---|
| App ID | A unique application identifier. | app_id | All supported versions |
| Bluetooth Connected | Integer representing the number of devices currently connected using Bluetooth. | bluetooth_connected | All supported versions |
| Carrier | String representing the name of the current registered operator (when the user is registered to a network). | carrier | Not available on iOS |
| Device Manufacturer | String representing the manufacturer of the device. | manufacturer | All supported versions |
| Device Model | String representing the type of model of the device. | model | All supported versions |
| Event Name | String representing the type of event. | event_name | All supported versions |
| Internet Available | Boolean identifying if the device currently has a connection to the internet. | internet_available | All supported versions |
| IP Address | String identifying the resource on the internet. | network.ip_address | All supported versions |
| Is Roaming | Boolean identifying if the device is considered roaming on the current network. | is_roaming | Not available on iOS |
| Jitter | Float representing the average jitter of the currently active network connection, or -1 if the internet is not available. | jitter | All supported versions |
| Latency | Float representing the average latency of the currently active network connection, or -1 if the internet is not available. | latency | All supported versions |
| Location Latitude | Double representing the latitude coordinate of the device. | location_latitude | All supported versions |
| Location Longitude | Double representing the longitude coordinate of the device. | location_longitude | All supported versions |
| Mobile Network Type | String representing the type of cellular network connection used by the device. iOS values are 2G, 3G, 4G, 5G, and Unavailable-1. | mobile_network_type | All supported versions |
| Mobile Radio Active | Boolean representing whether the mobile data radio setting is activated. | mobile_radio_active | All supported versions |
| Mobile Signal Strength | Integer representing the relative cellular signal strength of the network to which the device is connected. | mobile_signal_strength | Not available on iOS |
| Multicast | Boolean identifying if the app has multicast entitlement. | is_multicast | All supported versions |
| Network Connectivity Type | String representing what type of network connection the device is currently using. | network_connectivity_type | All supported versions |
| Operating System Name | String representing the higher level operating system name of the device. | os_name | All supported versions |
| Operating System Version | String representing the operating system version of the device. | os_version | All supported versions |
| UEM Device UDID | String representing the UDID of the device as seen in Workspace ONE UEM. | uem_device_udid | All supported versions |
| UEM Serial Number | String representing the serial number of the device as seen in Workspace ONE UEM. | uem_serial_number | Not available on iOS |
| UEM Username | String representing the Enrollment username as seen on Workspace ONE UEM. | uem_username | All supported versions |
| VPN Connected | Integer identifying if a VPN exists as a network on the device. | vpn_connected | All supported versions |
| Wifi BSSID | String representing the BSSID of the Wi-Fi connection. | bssid | Not available on iOS |
| Wifi Channel Width | Integer representing channel width in MHz. | wifi_channel_width | Not available on iOS |
| Wifi Configuration Status | String representing the status of the device Wi-Fi radio setting configuration. | wifi_configuration_status | Not available on iOS |
| Wifi Network Frequency | Float (GHz) representing the frequency of the in-use Wi-Fi connection, or -1 if the value cannot be produced. | wifi_frequency | Not available on iOS |
| Wifi On | Boolean representing whether the currently active network is a Wi-Fi connection. | wifi_on | All supported versions |
| Wifi Scan Available | Boolean representing whether Wi-Fi scanning is available for location services on the device. | wifi_scan_available | Not available on iOS |
| Wifi Signal Strength | Integer representing the RSSI of the Wi-Fi connection, using 1 if it cannot be determined. | wifi_signal_strength | Not available on iOS |
| Wifi SSID a | String representing the SSID of the Wi-Fi connection. If the SSID cannot be retrieved, an empty or UNKNOWN_SSID value may be returned. | ssid | All supported versions |
| {.filterTable} |
Telemetry events
Mobile telemetry events are emitted when a condition occurs rather than on a schedule. Events are reported only when Mobile Analytics is activated.
Telemetry events - Android
All supported versions: All Intelligence SDK versions released in the past year.
| Event | Field Name (event_name) | Description | Minimum Intelligence SDK Version |
|---|---|---|---|
| Network State Change | network_change | Triggered when there is a switch in network SSID, cellular type, or ethernet, or a disconnection. Disconnections are reported if 5 seconds pass without reconnection of the same network type. | All supported versions |
| Critical Cell Signal | critical_cell_signal | Triggered when the cellular signal strength level reaches 1 or lower on a scale from 0 to 4. | All supported versions |
| Critical Battery Level | critical_battery_level | Triggered at battery thresholds while not charging: once at 16–20%, once at 11–15%, and on every level from 0–10%. | All supported versions |
| Daily Data Limit Reached | max_data_reached | Sent when the daily 5 MB telemetry data-send limit is reached. | 25.7.0 |
| Device Reboot | device_reboot | Device Entity event triggered on device boot. Caches up to three of the latest boots and posts once telemetry starts; the event time indicates when the device booted. | 25.11.0 |
| SIM State Change – Inserted | SIM_state_change_inserted | Network Entity event triggered when the device detects that a SIM card has been inserted. | 25.11.0 |
| SIM State Change – Removed | SIM_state_change_removed | Network Entity event triggered when the device detects that a SIM card has been removed. | 25.11.0 |
Telemetry events - iOS
All supported versions: All Intelligence SDK versions released in the past year.
| Event | Field Name (event_name) | Description | Minimum Intelligence SDK Version |
|---|---|---|---|
| Network State Change | network_change | Triggered when there is a switch in SSID, cellular type, or ethernet, or a disconnection. Disconnections are not reported if a new connection is made in less than 5 seconds. | All supported versions |
| Critical Battery Level | critical_battery_level | Triggered at battery thresholds while not charging: once at 16–20%, once at 11–15%, and on every level from 0–10%. | All supported versions |
| Daily Data Limit Reached | max_data_reached | Sent when the daily 5 MB total-data-sent limit is reached. | 25.7.0 |
| Device Reboot | device_reboot | Device Entity event posted when telemetry starts after detecting the device boot time; the event time indicates when the device booted. | 25.11.0 |
Was this page helpful?