Skip to main content

Usage tracking

Usage tracking is our custom solution for Product Analytics.

In short, when a user uses some of Dataedo's features, we send tracking events to our API and store them in our database for analytics purposes.

What data is tracked?

For better understanding, we are sending events like ImportRun, ImportFailed, or ConnectorSelected. Based on the event, we add different properties to them, but we never collect nor send any sensitive data.

Properties which we add to some of the events:

  • Dataedo and repository versions
  • License identification
  • User's OS with version and graphic settings
  • User's IP
  • Basic information about the connection (selected connector and DB version)
  • Used features
  • Feature performance metrics (for instance, the time needed to load)

Data is saved in our database and analyzed by our custom software, so there is no danger of any third party accessing even that data.

In the case of the Portal, where users who use the product might not have Dataedo accounts, we do not collect login information. We do collect anonymized data there.

Why are we tracking it?

There are two main purposes why we are tracking usage:

  • It helps us make product decisions.
  • It helps us understand which features are heavily used and need technical optimizations.
  • It gives us a hint regarding any problems in Dataedo.

How to disable usage tracking?

Desktop

To disable usage tracking, edit your DataedoConnectionInfo file located in %AppData%\Dataedo 10, and change the following setting to True.

<user_settings>
...
<disable_tracking>True</disable_tracking>
...
</user_settings>

Learn more

Privacy policy