You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PP.md
+3-1Lines changed: 3 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -44,14 +44,16 @@ In certain circumstances, you have the following data protection rights:
44
44
45
45
The databases may store
46
46
*`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),
47
48
*`timestamp`s of actions (for example when a command has been used),
48
49
*`guild_id` of guilds the **bot** is member of (the unique id of a Discord guild),
49
50
*`channel_id` of channels belonging to guilds the **bot** is member of (the unique id of a Discord channel),
50
51
*`message_id` of messages send by users in guilds the **bot** is member of (the unique id of a Discord message),
51
52
*`participant_count` of no of people who participated in help thread discussions,
52
53
*`tags` aka categories to which these help threads belong to,
53
54
*`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
55
57
56
58
_Note: Help threads are just threads that are created via forum channels, used for anyone to ask questions and get help
0 commit comments