Skip to content

Commit 4dfd331

Browse files
committed
docs: update PP.md to include collection of user_name and dimensions inclusion
1 parent ac6b099 commit 4dfd331

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

PP.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,14 +44,16 @@ In certain circumstances, you have the following data protection rights:
4444

4545
The databases may store
4646
* `user_id` of users (the unique id of a Discord account),
47+
* `user_name` of users (the username of a Discord account), stored as part of metric event dimensions when tracking command usage (e.g. slash commands, tag lookups),
4748
* `timestamp`s of actions (for example when a command has been used),
4849
* `guild_id` of guilds the **bot** is member of (the unique id of a Discord guild),
4950
* `channel_id` of channels belonging to guilds the **bot** is member of (the unique id of a Discord channel),
5051
* `message_id` of messages send by users in guilds the **bot** is member of (the unique id of a Discord message),
5152
* `participant_count` of no of people who participated in help thread discussions,
5253
* `tags` aka categories to which these help threads belong to,
5354
* `timestamp`s for both when thread was created and closed,
54-
* `message_count` the no of messages that were sent in lifecycle of any help thread
55+
* `message_count` the no of messages that were sent in lifecycle of any help thread,
56+
* `dimensions` optional JSON metadata attached to metric events, which may include the `user_name` of the user who triggered the event and contextual details such as the command name or tag id
5557

5658
_Note: Help threads are just threads that are created via forum channels, used for anyone to ask questions and get help
5759
in certain problems._

0 commit comments

Comments
 (0)