Closed
Bug 1589479
Opened 6 years ago
Closed 6 years ago
Investigate whether Fenix' activation.activation_id should have user lifetime
Categories
(Data Platform and Tools :: Glean: SDK, defect, P3)
Data Platform and Tools
Glean: SDK
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mdroettboom, Unassigned)
Details
(Whiteboard: [telemetry:glean-rs:m?])
This is not strictly a Glean bug, but raising it here for discussion with the Glean time before triaging it along.
According to docs:
An alternate identifier, not correlated with the client_id, generated once
and only sent with the activation ping.
If it's only needed once, we are we persisting it forever and risking associating it with the client_id?
https://github.com/mozilla-mobile/fenix/blob/master/app/metrics.yaml#L658
Comment 1•6 years ago
|
||
This is by design. The activation_id
must have the same features as the client_id
.
This behaviour is consistent with the Fennec implementation as well and cannot be changed :)
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•