Closed
Bug 1112189
Opened 9 years ago
Closed 9 years ago
Telemetry for tracking protection shield
Categories
(Firefox for Android Graveyard :: General, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
Firefox 37
People
(Reporter: Margaret, Assigned: Margaret)
References
Details
Attachments
(1 file, 1 obsolete file)
Histograms already exist for measuring tracking protection events in desktop, we should just add the probes in the right place for Fennec. "TRACKING_PROTECTION_ENABLED": { "expires_in_version": "never", "kind": "boolean", "description": "Whether or not a session has tracking protection enabled" }, "TRACKING_PROTECTION_SHIELD": { "expires_in_version": "never", "kind": "enumerated", "n_values": 4, "description": "Tracking protection shield (0 = not shown, 1 = blocked, 2 = loaded, 3 = due to mixed content" }, "TRACKING_PROTECTION_EVENTS": { "expires_in_version": "never", "kind": "enumerated", "n_values": 3, "description": "Doorhanger shown = 0, Disable = 1, Enable = 2" },
Assignee | ||
Comment 1•9 years ago
|
||
(In reply to :Margaret Leibovic from comment #0) > Histograms already exist for measuring tracking protection events in > desktop, we should just add the probes in the right place for Fennec. > > "TRACKING_PROTECTION_ENABLED": { > "expires_in_version": "never", > "kind": "boolean", > "description": "Whether or not a session has tracking protection enabled" > }, This is slightly redundant with our settings telemetry to tell us when users have enabled this. However, this would be useful for giving us an overview of what percentage of users actually have this enabled, so I think we should add it. > "TRACKING_PROTECTION_SHIELD": { > "expires_in_version": "never", > "kind": "enumerated", > "n_values": 4, > "description": "Tracking protection shield (0 = not shown, 1 = blocked, > 2 = loaded, 3 = due to mixed content" > }, Our logic is different from desktop here in that we keep the tracking/mixed modes separate until our final decision about what icon to show in the urlbar, so I'm not sure whether we need to record the "due to mixed content" case. If we do, I think we would need to alter our logic to be able to actually record this information. > "TRACKING_PROTECTION_EVENTS": { > "expires_in_version": "never", > "kind": "enumerated", > "n_values": 3, > "description": "Doorhanger shown = 0, Disable = 1, Enable = 2" > }, We already do this, no changes needed.
Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8538191 -
Flags: review?(mark.finkle)
Assignee | ||
Comment 3•9 years ago
|
||
/r/1571 - Bug 1112189 - Additional telemetry for tracking protection shield. r=mfinkle Pull down this commit: hg pull review -r b0390757dbeacf4560f8e21d6c781f034f554bad
Updated•9 years ago
|
Attachment #8538191 -
Flags: review?(mark.finkle) → review+
Comment 4•9 years ago
|
||
https://reviewboard.mozilla.org/r/1569/#review961
Assignee | ||
Comment 5•9 years ago
|
||
https://hg.mozilla.org/integration/fx-team/rev/75e9894b3028
Comment 6•9 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/75e9894b3028
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 37
Assignee | ||
Comment 7•8 years ago
|
||
Attachment #8538191 -
Attachment is obsolete: true
Attachment #8618929 -
Flags: review+
Assignee | ||
Comment 8•8 years ago
|
||
Updated•3 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•