New profiles missing install source
Categories
(Firefox for Android :: Experimentation and Telemetry, task)
Tracking
()
People
(Reporter: rbaffourawuah, Assigned: towhite)
References
Details
(Whiteboard: [fxdroid][group2])
Attachments
(1 file, 1 obsolete file)
|
48 bytes,
text/x-phabricator-request
|
RyanVM
:
approval-mozilla-beta+
pascalc
:
approval-mozilla-release+
|
Details | Review |
There some new profiles that we have attributed to marketing campaigns but we do not have an installation source for them in telemetry. We get the installation source when the the profile send metric pings ping to telemetry. Since all new profiles that get attributed to marketing campaign send first session ping, we wanted to get a probe for the installation source added to the first session pings.
This will help marketing measurement become more precise.
Comment 1•1 year ago
•
|
||
I'm assuming the ask is to add the install source to the first session
Updated•1 year ago
|
| Reporter | ||
Comment 3•1 year ago
•
|
||
(In reply to Roger Yang [:royang] from comment #1)
I'm assuming the ask is to add the install source to the first session
Yes we want to add it to the first session ping, we have a hypothesis that the instances in which it does not exist for a given client is largely because the client never sent any metrics ping. Both all of the clients we were examining reported a first session ping.
Comment 8•1 year ago
|
||
| bugherder | ||
Comment on attachment 9406071 [details]
Bug 1898363 - Add the installation source to the first session pings
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?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Small change to add addational telemetry data. Unit tests. Has been soaked in Nightly for a week already
- String changes made/needed:
- Is Android affected?: No
Comment 10•1 year ago
|
||
Comment on attachment 9406071 [details]
Bug 1898363 - Add the installation source to the first session pings
Approved for 128.0b5.
Updated•1 year ago
|
Comment 11•1 year ago
|
||
| uplift | ||
Comment 12•1 year ago
|
||
Comment on attachment 9406071 [details]
Bug 1898363 - Add the installation source to the first session pings
Approved for 127.0.2, thanks.
Comment 13•1 year ago
|
||
| uplift | ||
Updated•1 year ago
|
| Reporter | ||
Comment 14•1 year ago
•
|
||
Hi, the fix after looking at the data is not what we wanted. We want the ping added to the first session ping but what you have done is add "first_session.install_source" to metrics ping. This means if a client does not report a metric ping, we will not be able to see the install source which is reason why wanted this to be part of the first session ping in the first place.
The correct solution will add install source to https://dictionary.telemetry.mozilla.org/apps/fenix/pings/first-session
Comment 15•1 year ago
|
||
The Bugbug bot thinks this bug should belong to the 'Fenix::Experimentation and Telemetry' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.
| Assignee | ||
Comment 16•1 year ago
|
||
Fix applied in https://bugzilla.mozilla.org/show_bug.cgi?id=1908383
Description
•