Closed
Bug 1627688
Opened 5 years ago
Closed 4 years ago
Add telemetry to the "Find toolbar"
Categories
(Toolkit :: Find Toolbar, task, P3)
Toolkit
Find Toolbar
Tracking
()
RESOLVED
FIXED
mozilla79
Tracking | Status | |
---|---|---|
firefox79 | --- | fixed |
People
(Reporter: RT, Assigned: emmamalysz)
References
(Blocks 1 open bug)
Details
Attachments
(2 files, 1 obsolete file)
(deleted),
text/x-phabricator-request
|
Details | |
(deleted),
text/plain
|
chutten
:
data-review+
|
Details |
As a product manager, I want to understand if many users use the "Find toolbar" so that I understand criticality of handling this scenario well.
As a product manager, I want to understand how users who use the "Find toolbar" use it so I can know if its current implementation is fit for purpose.
Acceptance criteria:
- Telemetry allow counting how many times a client_id used the "Find toolbar" per session
- Telemetry allows counting the number of times each of the 6 buttons (up, down, highlight, majuscules, accents, full words) was used per session
Updated•4 years ago
|
Severity: normal → N/A
Priority: -- → P3
Assignee | ||
Updated•4 years ago
|
Assignee: nobody → emalysz
Assignee | ||
Comment 1•4 years ago
|
||
Attachment #9154022 -
Flags: data-review?(chutten)
Assignee | ||
Comment 2•4 years ago
|
||
Updated•4 years ago
|
Attachment #9154023 -
Attachment description: Bug 1627688, add telemetry scalars for 'Find Toolbar' scalars. → Bug 1627688, add telemetry scalars for 'Find Toolbar' buttons.
Assignee | ||
Comment 3•4 years ago
|
||
Comment on attachment 9154022 [details]
Data Review Form
>5) List all proposed measurements and indicate the category of data collection for each measurement, using the [Firefox data collection categories](https://wiki.mozilla.org/Firefox/Data_Collection) found on the Mozilla wiki.
>Measurement: findToolbar.shown (scalar)
>Description: An int that counts the number of times the find toolbar is shown per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.find_prev (scalar)
>Description: An int that counts the number of times the find previous button was pressed per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.find_next (scalar)
>Description: An int that counts the number of times the find next button was pressed per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.highlight_all (scalar)
>Description: An int that counts the number of times the Highlight All button was pressed per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.match_case (scalar)
>Description: An int that counts the number of times the Match Case button was pressed per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.match_diacritics (scalar)
>Description: An int that counts the number of times the Match Diacritics button was pressed per session.
>Data Collection Category: Category 1
>
>Measurement: findToolbar.whole_words (scalar)
>Description: An int that counts the number of times the find Whole Words was pressed per session.
>Data Collection Category: Category 1
Assignee | ||
Updated•4 years ago
|
Attachment #9154022 -
Attachment is obsolete: true
Attachment #9154022 -
Flags: data-review?(chutten)
Assignee | ||
Comment 4•4 years ago
|
||
Attachment #9154983 -
Flags: data-review?(chutten)
Comment 5•4 years ago
|
||
Comment on attachment 9154983 [details]
Data Review Form
DATA COLLECTION REVIEW RESPONSE:
Is there or will there be documentation that describes the schema for the ultimate data set available publicly, complete and accurate?
Yes. This collection is Telemetry so is documented in its definitions file [Scalars.yaml](https://hg.mozilla.org/mozilla-central/file/tip/toolkit/components/telemetry/Scalars.yaml) and the [Probe Dictionary](https://telemetry.mozilla.org/probe-dictionary/).
Is there a control mechanism that allows the user to turn the data collection on and off?
Yes. This collection is Telemetry so can be controlled through Firefox's Preferences.
If the request is for permanent data collection, is there someone who will monitor the data over time?
Yes, Emma Malysz is responsible.
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.
Is the data collection request for default-on or default-off?
Default on for all channels.
Does the instrumentation include the addition of any new identifiers?
No.
Is the data collection covered by the existing Firefox privacy notice?
Yes.
Does there need to be a check-in in the future to determine whether to renew the data?
No. This collection is permanent.
---
Result: datareview+
Attachment #9154983 -
Flags: data-review?(chutten) → data-review+
Pushed by ncsoregi@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/99bf0f430978
add telemetry scalars for 'Find Toolbar' buttons. r=mikedeboer
Comment 7•4 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 4 years ago
status-firefox79:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla79
You need to log in
before you can comment on or make changes to this bug.
Description
•