Closed Bug 1900685 Opened 9 months ago Closed 9 months ago

Sane aboutwelcome bundle telemetry

Categories

(Firefox :: Messaging System, task, P2)

task

Tracking

()

RESOLVED DUPLICATE of bug 1890073

People

(Reporter: aminomancer, Unassigned)

References

(Blocks 1 open bug)

Details

Bug 1875870 is going to add some documentation for how to query aboutwelcome bundle telemetry so we don't need to write up an essay explaining it every time. But even better would be to consolidate and simplify it so we don't need an essay to explain it in the first place. In particular, we should fundamentally change how we record message_id, so that every event emanating from a message has the same message_id. Right now we append different stuff to the message_id depending on the type of event. For most events, we record a string like this: {message_id}_{screen_index}_{screen_id} and for events we append _{screen_initials}. This makes querying very tedious. It would be better if we just recorded extra keys:

{
  message_id,
  screen_index,
  screen_id,
  all_screen_ids
}
See Also: → 1899024

We should leave the old message id string for backwards compatibility for the time being.

Priority: -- → P2

NI Shane if it's safe to mark this bug as duplicate of bug 1890073 Thanks

Flags: needinfo?(shughes)

Yeah these are basically the same bug, thanks for catching.

Status: NEW → RESOLVED
Closed: 9 months ago
Duplicate of bug: aw-msgid-telem-efficiency
Flags: needinfo?(shughes)
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.