Skip to main content

September 1, 2026

Intelligence SDK App Specific Analytics

When an iOS or Android application implements the Omnissa Intelligence SDK, there is a set of data collected about that specific app. For a description of the data collected, find listed attributes and definitions for data from apps that consumed the Intelligence SDK.

Note: No personally identifiable information (PII) is stored outside customer tenants. The Intelligence SDK tracks individual devices using random device identifiers for product improvement purposes.

App loads - Android

For app loads, the library records an event when a user launches an app on their device and begins using the instrumented application.

Data FieldsDescriptionAPI Field Names
Android App VersionVersion string, set by developer.app_version
App Load TypeSubtype of the app load event (for example, session and background).app_load_type
App Version CodeVersion INT code.app_version_code
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
CurrentIndicates if the event was cached while device was offline.current
Device ModelThe model of device detected for this event.device_model
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
OS VersionVersion of the host operating system.system_version
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Sent AtTimestamp when the event was sent.sent_at
User NameThe last known user name set by the application developer, if available.user_name

App loads - iOS

For app loads, the library records an event when a user launches an app on their device and begins using the instrumented application.

Data FieldsDescriptionAPI Field Names
App Load TypeSub-type of the app load event (for example session and background).app_load_type
Active NetworkCurrently active connection type.active_network
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build numberbundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LatitudeLatitude value, if provided by the developer.latitude
LocaleLocale string.locale
LongitudeLongitude value, if provided by the developer.longitude
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory use in bytes.memory_usage
OS VersionVersion of the host operating system.system_version
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
User NameThe last known user name set by the application developer, if available.user_name

Crashes - Android

For crashes, the library records an event when a run-time exception occurs unexpectedly and terminates the user session.

Data FieldsDescriptionAPI Field Names
ActivitiesInstances of Activity that are visible / active while crash/exception occurred.activities
App VersionVersion string, set by developer.app_version
App Version CodeVersion int code.app_version_code
ArchitectureDevice architecture.arch
Battery LevelValue representing the current battery level.battery_level
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Device ModelThe model of device detected for this event.device_model
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
DPIDevice screen density (the logical density of the display).dpi
Error ReasonError reason string.error_reason
Error StacktraceA string representing the stacktrace for the error.error_stacktrace_txt
Error Thread IDThe number corresponding to the crashed thread.error_thread_id
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
Is NDKIndicates if the crash is native.is_ndk
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
NameError name string.name
OS VersionVersion of the host operating system.system_version
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SD Space FreeSD space free in bytes.sd_space_free
SD Space TotalTotal SD space in bytes.sd_space_total
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Sent AtTimestamp when the event was sent.sent_at
Suspect LineSuspect line in the stacktrace.suspect_line
System NameOS name.system_name
User NameThe last known user name set by the application developer, if available.user_name
XDPIHorizontal screen density (the exact physical pixels per inch of the screen in the X dimension).xdpi
YDPIVertical screen density (the exact physical pixels per inch of the screen in the Y dimension).ydpi

Crashes - iOS

For crashes, the library records an event when a run-time exception occurs unexpectedly and terminates the user session.

Data FieldsDescriptionAPI Field Names
Active NetworkCurrently active connection type.active_network
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build number.bundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Crashed Binary UUIDThe UUID of the loaded binary at the time of the crash.crashed_binary_uuid
Custom VersionArbitrary version string which is explicitly set by the application developer.custom_version
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
Error AddressError address.error_address
Error CodeError code.error_code
Error ReasonError reason string.error_reason
Error Thread NumberThe number corresponding to the crashed thread.error_thread_number
Error TraceBacktrace of the error or exception as a FieldText value, with each stack frame separated by a newline character (n).error_trace
Error TypeSignal Type.error_type
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LatitudeLatitude value, if provided by the developer.latitude
Loaded Binary Image ListA list of the loaded binary images that appear in the stack trace.loaded_binary_image_list
LocaleLocale string.locale
LongitudeLongitude value, if provided by the developer.longitude
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
NameError name string.name
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
SymbolicatedFlag which signifies if the stack trace is symbolicated or not.symbolicated
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
System VersionVersion of the host operating system.system_version
Thread TracesA 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 NameThe last known user name set by the application developer, if available.user_name

Handled exceptions - Android

For handled exceptions, the library records a run-time exception that gets managed within a try / catch block. Handled exceptions are anticipated errors that developers can log with an Intelligence SDK API call.

Data FieldsDescriptionAPI Field Names
ActivitiesInstance(s) of Activity that are visible / active while crash/exception occurred.activities
App VersionVersion string, set by developer.app_version
App Version CodeVersion int code.app_version_code
ArchitectureDevice architecture.arch
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Device ModelThe model of device detected for this event.device_model
DPIDevice screen density (the logical density of the display).dpi
Error ReasonError reason string.error_reason
Error StacktraceA string representing the stacktrace for the error.error_stacktrace_txt
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
NameError name string.name
OS VersionVersion of the host operating system.system_version
OrientationDevice orientation._orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK Library VersionVersion number of the Intelligence SDK.library_version
Sent AtTimestamp when the event was sent.sent_at
Suspect LineSuspect line.suspect_line
System NameOS name.system_name
User NameThe last known user name set by the application developer, if available.user_name
XDPIHorizontal screen density (the exact physical pixels per inch of the screen in the X dimension).xdpi
YDPIVertical screen density (the exact physical pixels per inch of the screen in the Y dimension).ydpi

Handled exceptions - iOS

For handled exceptions, the library records a run-time exception that gets managed within a try / catch block. Handled exceptions are anticipated errors that developers can log with an Intelligence SDK API call.

Data FieldsDescriptionAPI Field Names
Active NetworkCurrently active connection type.active_network
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build number.bundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Custom VersionArbitrary version string which is explicitly set by the application developer.custom_version
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
Error DomainError domain string provided by the application developer.error_domain
Error Domain CodeError code provided by the application developer.error_domain_code
Error Log TypeThe type of object logged with the SDK API.error_log_type
Error ReasonError reason string.error_reason
Error Recovery OptionsArray of strings listing recovery option recommendations.error_recovery_options
Error Recovery SuggestionError string with recovery suggestion.error_recovery_suggestion
Error Thread NameThe name, if available, of the thread on which the exception occurred.error_thread_name
Error Thread NumberThe number corresponding to the thread on which the exception occurred.error_thread_number
Error TraceBacktrace of the error or exception as a FieldText value, with each stack frame separated by a newline character (n).error_trace
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LatitudeLatitude value, if provided by the developer.latitude
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
NameError name string.name
OS VersionVersion of the host operating system.system_version
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation._orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK Library VersionVersion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
SymbolicatedFlag which signifies if the stack trace is symbolicated or not.symbolicated
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
User NameThe last known user name set by the application developer, if available.user_name

Network errors - Android

For network errors, the library includes metrics for monitoring service and API data on app endpoints. Find data about error rates, status and error codes, number of calls, and data bandwidth for network calls.

Data FieldsDescriptionAPI Field Names
App VersionVersion string, set by developer.app_version
App Version CodeVersion int code.app_version_code
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Data OutNumber of bytes sent for this network request.bytes_sent
Device ModelThe model of device detected for this event.device_model
HTTP MethodThe HTTP request method.http_method
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
Library Version SDK Versionversion number of the Intelligence SDK.library_version
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Net Error CodeApplication-level error codes.net_error_code
Net Error TableError table number to look up the error code.net_error_table
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
Sent AtTimestamp when the event was sent.sent_at
System NameOS name.system_name
System VersionVersion of the host operating system.system_version
URLURL string for this network request._url
User NameThe last known user name set by the application developer, if available.user_name

Network errors - iOS

For network errors, the library includes metrics for monitoring service and API data on app endpoints. Find data about error rates, status and error codes, number of calls, and data bandwidth for network calls.

Data FieldsDescriptionAPI Field Names
Active NetworkCurrently active connection type.active_network
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build number.bundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Data OutNumber of bytes sent for this network request.bytes_sent
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
Error DomainError domain string.error_domain
HTTP MethodThe HTTP request method.http_method
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LatitudeLatitude value, if provided by the developer.
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
NameName of the error.name
Net APIThe OS-level API used for this network request.net_api
Net Error CodeApplication-level error codes.net_error_code
Net Error TableError table number to look up the error code.net_error_table
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK Versionversion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
System VersionVersion of the host operating system.system_version
URLURL string for this network request._url
User NameThe last known user name set by the application developer, if available.user_name

Network events - Android

For network events, the library includes metrics for monitoring service and API data on app endpoints. Find data about average response time for URLs, number of calls, and data bandwidth for network calls.

Data FieldsDescriptionAPI Field Names
App VersionVersion string, set by developer.app_version
App Version CodeVersion int code.app_version_code
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Data InNumber of bytes received for this network request.bytes_received
Data OutNumber of bytes sent for this network request.bytes_sent
Device ModelThe model of device detected for this event.device_model
End TimeTime the request was ended.end_time
HTTP MethodThe HTTP request method.http_method
HTTP Status CodeThe HTTP status code returned from the server.http_status_code
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
OS VersionVersion of the host operating system.system_version
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Sent AtTimestamp when the event was sent.sent_at
Start TimeTime the request was started.start_time
System NameOS name.system_name
URLURL string for this network request._url
User NameThe last known user name set by the application developer, if available.user_name

Network events - iOS

For network events, the library includes metrics for monitoring service and API data on app endpoints. Find data about average response time for URLs, number of calls, and data bandwidth for network calls.

Data FieldsDescriptionAPI Field Names
Active NetworkCurrently active connection type.active_network
Active TimeTime in milliseconds that the event was active and in the foreground.active_time_millis
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build number.bundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Child CountNumber of child time span events.child_count
Crash IDEvent ID of the associated crash event.crash_id
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Data InNumber of bytes received for this network request.bytes_received
Data OutNumber of bytes sent for this network request.bytes_sent
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
Elapsed Time MillisTime in milliseconds of the total duration of the event.elapsed_time_millis
End TimeDate that the event was ended.end_time
HTTP MethodThe HTTP request method.http_method
HTTP Status CodeThe HTTP status code returned from the server.http_status_code
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
OS-level APIThe OS-level API used for this network request.net_api
OS VersionVersion of the host operating system.system_version
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
Response MIME TypeMIME type of the response, if applicable.response_mime_type
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
Start TimeDate that the event was started.start_time
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
URLURL string for this network request._url
User NameThe last known user name set by the application developer, if available.user_name

User flows - Android

For user flows, the library includes metrics on app interactions and workflows as defined by the app developer. Key interactions are logins, account registration, in-app purchases, and app load times, successes, cancellations, and failures.

Data FieldsDescriptionAPI Field Names
App VersionVersion string, set by developer.app_version
App Version CodeVersion int code.app_version_code
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Crash IDEvent ID of the associated crash event.crash_id
Device ModelThe model of device detected for this event.device_model
Elapsed Time MillisTime in milliseconds of the total duration of the event.elapsed_time_millis
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LocaleLocale string.locale
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
OS VersionVersion of the host operating system.system_version
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Sent AtTimestamp when the event was sent.sent_at
System NameOS name.system_name
User Flow End TimeDate that the event was ended.end_time
User Flow NameName of the user flow.name
User Flow Start TimeDate that the event was started.start_time
User Flow StatusUser flow completion state (successful, failed, crashed, timed out)._state
User Flows Active TimeTime in milliseconds that the event was active and in the foreground.active_time_millis
User Flow TimeoutTimeout time in milliseconds. User flow will automatically fail if this duration is reached.user_flow_timeout_millis
User Flow TypeSub-type of the user flow event (user-defined, system, etc).user_flow_type
User NameThe last known user name set by the application developer, if available.user_name
ValueThe value in currency cents for this user flow.value

User flows - iOS

For user flows, the library includes metrics on app interactions and workflows as defined by the app developer. Key interactions are logins, account registration, in-app purchases, and app load times, successes, cancellations, and failures.

Data FieldsDescriptionAPI Field Names
Active NetworkCurrently active connection type.active_network
Background SessionFlag that indicates if the session was started in the background.background_session
Battery LevelValue representing the current battery level.battery_level
Binary Image ArchitectureString which identifies the binary image architecture.binary_image_architecture
Binary Image NameMach-O binary image name.binary_image_name
Binary Image UUIDMach-O binary image UUID.binary_image_uuid
Boot TimeDate that the system initially booted.boot_time
Bundle IdentifierString which identifies the organization and app name.bundle_identifier
Bundle Short VersionPublic version number.bundle_short_version
Bundle VersionInternal build number.bundle_version
CarrierAlphabetic name of current registered operator (when the user is registered to a network).carrier
Child CountNumber of child time span events.child_count
Crash IDEvent ID of the associated crash event.crash_id
Cold LaunchedBoolean flag which indicates if this session was cold launched.cold_launched
Debugger AttachedBoolean flag which indicates that the SDK detected a debugger.debugger_attached
Development PlatformDevelopment platform in use by the current application.development_platform
Device ModelThe model of device detected for this event.device_model
Device TypeThe type of device detected for this event.device_type
Disk Space FreeDisk space free in bytes.disk_space_free
Disk Space TotalTotal disk space on this device in bytes.disk_space_total
Elapsed Time MillisTime in milliseconds of the total duration of the event.elapsed_time_millis
IPv4 AddressCurrent IPv4 address, SHA256 encoded.ipv4_address
IPv6 AddressCurrent IPv6 address, SHA256 encoded.ipv6_address
Intelligence SDK App IDIntelligence app ID for this application.app_id
Intelligence SDK App NameThe app name entered in the console for this app.app_config_app_name
LanguagesArray of strings containing language preferences.languages
LatitudeLatitude value, if provided by the developer.latitude
LocaleLocale string.locale
LongitudeLongitude value, if provided by the developer.longitude
MCCMobile Country Code of current registered operator (when the user is registered to a network).mcc
MNCMobile Network Code of current registered operator (when the user is registered to a network).mnc
Memory TotalTotal amount of memory on this device in bytes.memory_total
Memory UsageCurrent memory usage in bytes.memory_usage
OS VersionVersion of the host operating system.system_version
On CellularDevice cellular connectivity state.on_cellular
On WiFiDevice connectivity state.on_wifi
OnlineDevice Wi-Fi connectivity state.online
OrientationDevice orientation.orientation
PlatformString identifying the origin platform.platform
Protocol VersionProtocol version of the Intelligence SDK.protocol_version
RateSampling rate for this event type.rate
SDK Device IDUUID which uniquely identifies the device, generated by Intelligence SDK.device_uuid
SDK VersionVersion number of the Intelligence SDK.library_version
Session IDUnique UUID generated for each session.session_id
Session NumberIncremented session number for this device.session_number
System NameOS name.system_name
System Time ZoneCurrent device time zone.system_time_zone
User Flows Active TimeTime in milliseconds that the event was active and in the foregroundactive_time_millis
User Flow End TimeDate that the event was ended.end_time
User Flow NameName of the user flow.name
User Flow Start TimeDate that the event was started.start_time
User Flow StatusUser flow completion state (successful, failed, crashed, timed out)._state
User Flow TimeoutTimeout time in milliseconds. User flow will automatically fail if this duration is reached.user_flow_timeout_millis
User Flow TypeSub-type of the user flow event (user-defined, system, etc).user_flow_type
User NameThe last known user name set by the application developer, if available.user_name

Was this page helpful?

Provide feedback for this topic

Was this topic helpful?

Please do not include any personal or confidential information.

Generating link…