Analytics privacy
At Wiredash, privacy is at the forefront of our product design and features, giving our customers confidence in using Wiredash. We are committed to transparency, providing detailed information about Wiredash Analytics to help our customers meet compliance requirements. That's why the Wiredash SDK is fully open-source, allowing you to verify what information is collected and demonstrating our dedication to privacy.
Data collection
Wiredash Analytics is designed for global use and adheres to guidance from leading data protection authorities. When utilizing Wiredash Analytics, no personal identifiers are collected that could track or cross-reference end users' data across different applications. By default, Wiredash Analytics only uses aggregated data, ensuring that individual end users cannot be identified or re-identified.
Data points such as device / session count and custom events are recorded anonymously, allowing you to gain insights without associating data with any individual, customer, or IP address.
Wiredash Analytics does not collect or store any information that could reconstruct a user's browsing session across various applications or websites, nor does it personally identify an end user. Only minimal data is collected, solely for aggregated statistical purposes. For detailed information on the type of data collected, refer to the table below.
Device identification
Wiredash Analytics enables you to track website traffic and gather valuable insights without relying on third-party cookies. End users are identified by a random hash generated by our SDK.
Upon completing the quickstart and deploying your application, Wiredash begins transmitting anonymized usage data to our servers. For detailed information on how this data is collected, please review our open-source code on GitHub.
Collected data points
The following details may be recorded with each data point:
Datapoint | Description | Sample value |
---|---|---|
analyticsId | A unique, truly random identifier for each device is generated on the first app launch and never linked to any feedback or user data to ensure privacy | 6WLKPkJ96hmhcHW6 |
buildCommit | The app's build commit | 255a161 |
buildNumber | The app's build number | 110 |
buildVersion | The app's build version | 1.1.0 |
bundleId | The app's bundle identifier | com.wiredash.demo |
country | The country of the device, derived from the IP address (which is not stored) | DE |
platform | The platform on which the app is running | web |
platformOS | The OS which is running the app | macos |
platformOSVersion | The OS version | 14.6 |
platformLocale | The user's platform locale | DE_de |
sdkVersion | The Wiredash SDK version making the request | 220 |
timestamp | The time when the request was made | 2024-07-25 20:28:17 |
INFO
When utilizing custom events or custom properties, it is the developer's responsibility to ensure only user-approved information is sent. It is advisable to avoid sending sensitive or personal data that could identify a user.