Implement Fakespot telemetry event "shopping.surface_powered_by_fakespot_link_clicked"
Categories
(Firefox for Android Graveyard :: Shopping, task, P1)
Tracking
(firefox119 disabled, firefox120 verified, firefox121 verified)
People
(Reporter: cpeterson, Assigned: vdreghici)
References
Details
(Whiteboard: [fxdroid] [fakespot-android-mvp])
Attachments
(2 files)
59 bytes,
text/x-github-pull-request
|
Details | Review | |
59 bytes,
text/x-github-pull-request
|
diannaS
:
approval-mozilla-beta+
|
Details | Review |
Desktop's shopping.surface_powered_by_fakespot_link_clicked
from bug 1853785:
Reporter | ||
Updated•2 years ago
|
Updated•2 years ago
|
Reporter | ||
Comment 1•2 years ago
|
||
We should try to uplift this probe to Beta 120 because it will be one of our success metrics for our Fakespot experiment in 120.
Assignee | ||
Updated•2 years ago
|
Comment 2•2 years ago
|
||
Comment 3•2 years ago
|
||
Authored by https://github.com/DreVla
https://github.com/mozilla-mobile/firefox-android/commit/07c669052ac15cf7aa968f9a23584fac0ec3538d
[main] Bug 1862775 - Send telemetry on "Powered by Fakespot by Mozilla" tap
Comment 4•2 years ago
•
|
||
Verified fixed on Nightly 121.0a1 from 11/08 with Samsung Galaxy A53 5G (Android 13) . The event was captured:
ping
"timestamp": 6364,
"category": "shopping",
"name": "surface_powered_by_fakespot_link_clicked" ```
Comment 5•2 years ago
|
||
Assignee | ||
Comment 6•2 years ago
|
||
Comment on attachment 9362556 [details] [review]
[mozilla-mobile/firefox-android] Bug 1862775 - Send telemetry on "Powered by Fakespot by Mozilla" tap (backport #4354) (#4411)
Beta/Release Uplift Approval Request
- User impact if declined: There will be no user impact. This will affect us, we will not have any telemetry for when the user has tapped the "Powered by Fakespot Mozilla" link at the bottom of review checker sheet.
- Is this code covered by automated tests?: Yes
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: Same steps as in Nightly.
- List of other uplifts needed: none
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This change is not risky because we just added a new telemetry probe that is sent when the user taps the link
- String changes made/needed: none
- Is Android affected?: Yes
Assignee | ||
Updated•2 years ago
|
Comment 7•2 years ago
|
||
Authored by https://github.com/DreVla
https://github.com/mozilla-mobile/firefox-android/commit/585ecb2677b4f430795423cb3101eafc494dad94
[releases_v120] Bug 1862775 - Send telemetry on "Powered by Fakespot by Mozilla" tap
Comment 8•2 years ago
|
||
Comment 9•2 years ago
|
||
Verified as fixed on Beta 120.0b8 with Sony Xperia Z5 Premiu (Android 7.1.1).
The following event was generated when the "Fakespot by Mozilla" hyperlink from the bottom sheet was tapped:
{
"timestamp": 5828,
"category": "shopping",
"name": "surface_powered_by_fakespot_link_clicked"
}
Updated•3 months ago
|
Description
•