From Data Science:
> Yea, tracking imports can be tricky. You’d need to measure the following:
(1) clicks on the message (2) import wizard opens (3) import wizard completions
and probably the
(4) import result, meaning did items things actually get imported
The first can be measured with the message telemetry, but 2-4 need to be measured with some, frankly, extremely messy and complex measurements inside the browser telemetry.
I’m not sure if there’s prior art built into mozanalysis or jetstream that would facilitate this
Bug 1770737 Comment 3 Edit History
Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.
From Data Science:
> Yea, tracking imports can be tricky. You’d need to measure the following:
(1) clicks on the message (2) import wizard opens (3) import wizard completions
and probably the
(4) import result, meaning did items things actually get imported
The first can be measured with the message telemetry, but 2-4 need to be measured with some, frankly, extremely messy and complex measurements inside the browser telemetry.
I’m not sure if there’s prior art built into mozanalysis or jetstream that would facilitate this
The recommendation is to open a DS ticket, and so this might need to land in 102