[Thunderbird Telemetry] Add probe for active chat message theme
Categories
(Thunderbird :: Instant Messaging, task)
Tracking
(thunderbird102 fixed)
Tracking | Status | |
---|---|---|
thunderbird102 | --- | fixed |
People
(Reporter: freaktechnik, Assigned: freaktechnik)
References
(Blocks 1 open bug)
Details
Attachments
(2 files)
2.48 KB,
text/plain
|
sancus
:
data-review+
|
Details |
48 bytes,
text/x-phabricator-request
|
Details | Review |
To better understand the needs of our chat users, we should have statistics on what chat message theme and variant they use.
Assignee | ||
Comment 1•3 years ago
|
||
Comment 2•3 years ago
|
||
Could you explain how you're planning to store this data and/or collect it? I don't see a probe patch yet?
Assignee | ||
Comment 3•3 years ago
|
||
Assignee | ||
Comment 4•3 years ago
|
||
(In reply to Andrei Hajdukewycz [:sancus] from comment #2)
Could you explain how you're planning to store this data and/or collect it? I don't see a probe patch yet?
I've attached a WIP patch. To explain what I intend for it to do: it updates the scalar to the current theme + variant whenever a conversation is loaded (so a user opens it for the first time). This way, we should primarily be collecting the values of users that actually use chat. If that is a concern, I would suggest to set the scalar to the default theme (mail:default
) for everyone else.
Comment 5•3 years ago
|
||
Comment on attachment 9274428 [details]
1767004-request-for-data-collection.md
This seems fine, approved. Sorry this took so long -- feel free to ping me on Matrix if a data review ever takes longer than a couple of days in the future.
Data Review Form:
- Is there or will there be documentation that describes the schema for the ultimate data set in a public, complete, and accurate way?
Yes, in the comm-central Scalars.yaml file.
- Is there a control mechanism that allows the user to turn the data collection on and off?
Yes, using standard Telemetry opt-out.
- If the request is for permanent data collection, is there someone who will monitor the data over time?
The request is time limited to 12 months.
- Using the category system of data types on the Mozilla wiki, what collection type of data do the requested measurements fall under?
Category 2, Interaction data.
- Is the data collection request for default-on or default-off?
Default on for all channels, countries, and locales.
- Does the instrumentation include the addition of any new identifiers?
No.
- Is the data collection covered by the existing Thunderbird privacy notice?
Yes.
- Does the data collection use a third-party collection tool? If yes, escalate to legal.
No.
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Assignee | ||
Updated•3 years ago
|
Pushed by mkmelin@iki.fi:
https://hg.mozilla.org/comm-central/rev/f5081c8d737d
Add telemetry probe for chat message theme. r=aleca, data-review=sancus
Description
•