Telemetry Data Collection — Unique AI Documentation

Telemetry Data Collection

Overview

In order to further improve our product and for billing purposes, we have introduced telemetry data collection (in line with our contractual agreements)— a new feature that supports telemetry data exported from client insights. This enhancement allows for more detailed analytics and a better understanding of how our clients interact with our applications, enabling us to improve performance, user experience, feature development, and accurately manage billing processes.

Important: All data collected is aggregated, and no customer-specific data or Personally Identifiable Information (PII) is being collected. This ensures that individual user privacy is fully protected while allowing us to gain valuable insights.

Data Collection

The telemetry data is collected from client applications and includes insights such as user counts, application versions, and environment details. This data is instrumental in:

Insights Collected

The following is a list of insights currently being collected:

These insights help us understand usage patterns and engagement levels across different features of our applications, enabling targeted improvements and accurate billing.

Data Structure

The collected telemetry data follows a structured JSON format. Below is an example of the data being collected:

[
  {
    "companyName": "Olé Olé 1",
    "companyReferenceId": "237521044380848186",
    "insightType": "countOfUsers",
    "insightValue": 36,
    "insightUnit": null,
    "timestamp": "2024-10-01T10:21:37.131Z",
    "environmentDetails": {
      "appVersion": "2024.40-a259a"
    },
    "cluster": "oleole.unique.app"
  }
]

Field Definitions

Use Cases

Security and Privacy

We are committed to maintaining the highest standards of data security and user privacy.

Conclusion

The introduction of telemetry data support from client insights marks a significant step forward in our ability to serve our clients better. By leveraging this data, we can make informed decisions that enhance our products and services.

Frequently Asked Questions (FAQ)

1. Can clients opt out of telemetry data collection?

Yes, clients can opt out by adjusting their settings in the application preferences.

2. How often is the telemetry data updated?

The data is collected and updated every day.

3. Is the telemetry data shared with third parties?

No, the telemetry data is used internally and is not shared with any third parties.