Telemetry for navigation/topics component
Categories
(Firefox :: New Tab Page, enhancement, P1)
Tracking
()
People
(Reporter: thecount, Assigned: gsuntop)
References
Details
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
|
Details | Review |
2.78 KB,
text/plain
|
klong
:
data-review+
|
Details |
Right now we don't have much in the way of click and impression data on the topics component.
We wanted an experiment coming up soon so we should probably get this fixed so we can track it.
Comment 1•4 years ago
|
||
We need to send an event
ping for when users click on a popular topic. We do not currently do this.
An event
ping with event
= “CLICK” and source
= “POPULAR_TOPICS” would work.
I don't think we need to send an impression. For now we can proxy with the existing tile impression events.
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Assignee | ||
Comment 2•4 years ago
|
||
Assignee | ||
Comment 3•4 years ago
|
||
Test steps:
- Click on a popular topic link on newtab
- Ensure ping matches the spec above (https://github.com/mozilla/activity-stream/blob/master/content-src/asrouter/docs/debugging-docs.md#how-to-test-telemetry-pings)
Comment 4•4 years ago
|
||
Attaching Data Collection request for Kenny to review.
Comment 5•4 years ago
|
||
Will want to request this for uplift into Fx 79 Beta as soon as we can (but definitely by 14 July).
Comment 7•4 years ago
|
||
Trust review notes: This collection includes information about the user’s direct engagement with the service in which there is no or little risk of personal identification. My evaluation is that tracking clicks on "topic" names (currently: must-reads, productivity, health, finance, technology, more-recommendations) is information about the user’s in-product journeys and product choices helpful to understand engagement (attitudes) for example, selections of add-ons or tiles to determine potential interest categories etc.
Therefore, this is reasonably Cat 2 collection.
Assignee | ||
Comment 10•4 years ago
|
||
[Tracking Requested - why for this release]:
Assignee | ||
Comment 11•4 years ago
|
||
Comment on attachment 9159525 [details]
Bug 1645906 - Adding telemetry to Popular Topics
Beta/Release Uplift Approval Request
- User impact if declined: None.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: No
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: https://bugzilla.mozilla.org/show_bug.cgi?id=1645906#c3
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is only an added telemetry event. Reporting mechanism is already in place and there is no user facing functionality added here.
- String changes made/needed:
Assignee | ||
Updated•4 years ago
|
Comment 12•4 years ago
|
||
Backed out for node perma failures.
Failure log: https://treeherder.mozilla.org/logviewer.html#/jobs?job_id=308251340&repo=autoland&lineNumber=95
Backout: https://hg.mozilla.org/integration/autoland/rev/f043f319bb3ae66dc6985d4172f848df0a01bf6b
Updated•4 years ago
|
Comment 13•4 years ago
|
||
Comment 14•4 years ago
|
||
bugherder |
Updated•4 years ago
|
Assignee | ||
Updated•4 years ago
|
Comment 15•4 years ago
|
||
Comment on attachment 9159525 [details]
Bug 1645906 - Adding telemetry to Popular Topics
Approved for 79.0b5. We should try to verify the incoming Telemetry data as soon as we can, though.
Comment 16•4 years ago
|
||
bugherder uplift |
Comment 17•4 years ago
|
||
This enhancement was part of the work done in PI-694 that was signed-off as GREEN. Considering this I am marking this as VERIFIED.
Description
•