What data is collected?
AppNavi Insights allows you to better understand user behavior within your web application, such as identifying which pages and modules users interact with most frequently. To deliver these insights, AppNavi collects information about visited pages, modules accessed, and usage patterns, and securely stores this data in the AWS Europe Datacenter.
Does AppNavi collect confidential information?
AppNavi does not collect personally identifiable information (PII) by default except for IP addresses in logs for security purposes, the approximate geographic location of the end user (country and city in which they are located), and masked IP addresses for the ongoing operation of the AppNavi system.
To uniquely identify a user, AppNavi generates a user ID, which is then transmitted for each analytics operation. The user identification feature can also be defined by the AppNavi configuration (e.g. an e-mail address). However, this is anonymized and only a cryptic identifier is stored in the AppNavi database.
In addition, AppNavi collects and transmits environmental characteristics such as browser and operating system, page URL and title. We never record the query string of a url, as this could contain sensitive information.
Example of recorded insights data
The following example shows an excerpt of the data that is transmitted to the AppNavi Analytics API.
{
"appId": "1a5e065f",
"areaId": "",
"areaLabel": "",
"avatarVersion": "3.3.0"
"browser": "Chrome",
"browserLanguage": "de",
"countryCode": "DE",
"elementId": "",
"elementLabel": "",
"eventType": "PAGE_LOAD",
"integrationMode": "extension"
"pageLoadTime": 1159.39,
"pageTitle": "Google",
"pageUrl": "https://www.google.de/",
"resolution": "2560x1440",
"sendStatus": "NotSent",
"sessionId": "8967ffdbb5c0464e80698343d2e7e9e4",
"timezone": "Europe/Berlin",
"unixTimestamp": 1730210992665,
"userId": "77ba185c2b0f4bf2a52f85503c65fa9f"
"uuid": "484ca607-86fa-410f-95a6-a190a6023f41"
}
Updated 12 days ago