telemetry for incognito mode
Categories
(WebExtensions :: General, enhancement, P1)
Tracking
(firefox67 verified)
Tracking | Status | |
---|---|---|
firefox67 | --- | verified |
People
(Reporter: mixedpuppy, Assigned: rpl)
References
(Blocks 1 open bug)
Details
User Story
Planned Metrics: - how many users in proportion allow at least one extension to run in private windows. - how many users revoke the permissions (so allow first and then go back to not allow) - how many extensions they allow in private windows - how many users interact with the doorhanger in private windows
Attachments
(3 files)
Updated•6 years ago
|
Reporter | ||
Comment 1•6 years ago
|
||
Data we need:
- how many users in proportion allow at least one extension to run in private windows.
- how many users revoke the permissions (so allow first and then go back to not allow)
- how many extensions they allow in private windows
Can either of you fit this in?
Assignee | ||
Comment 2•6 years ago
|
||
I'm adding Bug 1500147 as a dependency for this issue, as it is going to provide an initial set of telemetry events for the user interactions (actions and links) on about:addons and so we should be able to more easily add the telemetry data for the interactions described in comment 1 on top of the changes Bug 1500147 is going to introduce.
I'm reviewing mstriemer's patches from Bug 1500147, and so I can definitely pick this up (as I think that soon Mark may be likely busy with the work on the new about:addons page).
Comment 3•6 years ago
|
||
Hey Luca,
can we add this metric:
- how many users interact with the doorhanger in private windows
thank you.
Reporter | ||
Updated•6 years ago
|
Assignee | ||
Comment 4•6 years ago
|
||
(In reply to emanuela [ux] from comment #3)
Hey Luca,
can we add this metric:
- how many users interact with the doorhanger in private windows
I just added all the metrics mentioned in comment 1 and comment 3 to the user story field.
Assignee | ||
Comment 5•6 years ago
|
||
Hi :chutten,
the attached file contains the data review request related to a couple of small additions to the existing telemetry event definitions (in particular the "addonsManager.action" telemetry event, recently added in Bug 1500147) to record some telemetry related to the user interactions with this new feature, which is going to let users "grant or prevent" to an extension the ability of interacting/running in private browsing windows.
Assignee | ||
Comment 6•6 years ago
|
||
Assignee | ||
Comment 7•6 years ago
|
||
Depends on D19664
Comment 8•6 years ago
|
||
Reporter | ||
Comment 9•6 years ago
|
||
(In reply to emanuela [ux] from comment #3)
Hey Luca,
can we add this metric:
- how many users interact with the doorhanger in private windows
Which doorhanger?
There is the private window doorhanger, which only ever appears once to a user. I'm not clear how useful telemetry is on that. What are we trying to find out from this.
If it's the post-install doorhanger, that may be more useful, and we could track the new checkbox for enabling private permission.
But I thought we didn't do telemetry in private windows (I could easily be wrong here).
Comment 10•6 years ago
|
||
(In reply to Shane Caraveo (:mixedpuppy) from comment #9)
(In reply to emanuela [ux] from comment #3)
Hey Luca,
can we add this metric:
- how many users interact with the doorhanger in private windows
Which doorhanger?
There is the private window doorhanger, which only ever appears once to a user. I'm not clear how useful telemetry is on that. What are we trying to find out from this.
But I thought we didn't do telemetry in private windows (I could easily be wrong here).
It will help us to understand if the messaging via doorhanger in this context is effective or not. Of course, if we're not able to get this metric because we are in private browsing mode -- well, we are not able, no further discussion needed :)
If it's the post-install doorhanger, that may be more useful, and we could track the new checkbox for enabling private permission.
The post-install doorhanger is new that's why we didn't have any request for telemetry, and yes! I'd like to track how many people are actually going to enable a new extension right after install.
Assignee | ||
Comment 11•6 years ago
|
||
Hey :chutten,
sorry to bother you, but even if it was something I mentioned in the data review request, I would like to double-check explicitly with you the following doubt from Shane:
But I thought we didn't do telemetry in private windows (I could easily be wrong here).
Technically the telemetry is about the doorhanger (the related patch is attachment 9043616 [details]) and we are not tracking any details about what the user may be doing in the private window itself, but we do record telemetry about the interaction with that doorhanger (if it has been dismissed it or if we ended up opening about:addons).
Comment 12•6 years ago
|
||
No worries.
Our current data collection practices around Private Browsing were clarified by Ehsan last September. In short, you can collect Private Browsing-related data so long as it doesn't affect the core premise of PBM: you can't tell what was browsed in it.
(This would be Category 3 or 4 data anyway, and subject to privacy protections and default-off behaviour in release (and additional scrutiny))
I presume this doorhanger isn't tied to web activity (because if it were, you would need to update your Data Review Request to up the Category of collection and re-request review), so it is acceptable collection within or outside of PBM.
Assignee | ||
Comment 13•6 years ago
|
||
Thanks a lot :chutten comment 12 was extremely helpful.
I confirm that the telemetry from the attached phabricator revision isn't tied to the web activity, and so it is Category 2 as per data review request.
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aa5b7b1b30af
https://hg.mozilla.org/mozilla-central/rev/1b826d8ae899
Comment 16•6 years ago
|
||
This issue is verified as fixed on Firefox 67.0a1 (20190304215035) under Win 7 64-bit and Mac OS X 10.14.1.
“Okay, Got It”
313640 addonsManager action doorhanger null {"action": "dismiss", "view": "privateBrowsing"}
“Manage Extensions”
62213 addonsManager action doorhanger null {"action": "manage", "view": "privateBrowsing"}
“Allow” from extension’s detailed page
62307 addonsManager action aboutAddons on {"action": "privateBrowsingAllowed", "view": "detail", "addonId": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", "type": "extension"}
“Don’t Allow” from extension’s detailed page
193691 addonsManager action aboutAddons off {"action": "privateBrowsingAllowed", "view": "detail", "addonId": "{d10d0bf8-f5b5-c8b4-a8b2-2b9879e08c5d}", "type": "extension"}
“Allow this extension to run in Private Windows” checkbox - has no event yet, but it will be fixed in Bug1529347.
Description
•