# Data & Analytics

{% hint style="danger" %}
This page may not provide all the details.&#x20;

For comprehensive information, please refer to our [Privacy Policy](https://guide.touchguild.com/privacy-policy).
{% endhint %}

## What do we collect?

* Your Data Collection Profile grouping the following properties: appID, appName, appShortname, appUserID, build, buildVersion, guildCount, ownerID.
* Trigger events when executing methods such as "gateway\_connection" or even "cache\_get\_members", most of them passing no data, or some data such as latency in ms for example.

This is a huge step forward for us to analyze the behavior of our developers, making decisions based on our accurate dataset, but also study the behavior of our library, providing useful information for us to analyze.

The Data Collection Profile is useful to assign data to specific apps, for filtering, making us able to make averages per user for example.

### Is it enabled by default?

**Yes** it is enabled by default for us to improve the library.

### Opting out

If you're concerned, we remain transparent, you can check the source-code of the library, or even disable it accordingly by setting the "dataCollection" client option to false.

*Example:*

```typescript
const client = new Client({ token: "TOKEN", dataCollection: false });
```

### Request data or data deletion

If we've already collected data about your app, you can request data deletion by contacting us:

<support@dinographicpixels.com>
