🎒
TouchGuild Guide
Get back Home
  • TouchGuild's Docs
  • Introduction
  • Privacy Policy
  • 📝Installation & Preparation
  • âš’ī¸Setting up an application
  • 🤖Creating your application
  • Intents
  • Application Commands
    • Registering
    • Command Interactions
    • Components
  • đŸ“ŦManaging messages
    • â„šī¸Tips
    • Original Message concept & how it works
    • Creating embeds
  • Permissions & Roles
  • 😰Reactions
  • Data & Analytics
  • Managing members
    • đŸ’¯Award experience to server members
    • đŸĻĩBan, unban & kick server members
Powered by GitBook
On this page
  • What do we collect?
  • Is it enabled by default?
  • Opting out
  • Request data or data deletion

Was this helpful?

Data & Analytics

Data collection is important to us, we ensure collecting non-sensitive information such as app IDs, method execution counts, latency, and more, making us take data-driven decisions.

PreviousReactionsNextAward experience to server members

Last updated 3 months ago

Was this helpful?

This page may not provide all the details.

For comprehensive information, please refer to our .

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:

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

Privacy Policy