Closed
Bug 1402026
Opened 7 years ago
Closed 7 years ago
Update Activity Stream telemetry documentation with missing details
Categories
(Firefox for Android Graveyard :: Activity Stream, enhancement, P2)
Tracking
(firefox58 fixed)
RESOLVED
FIXED
Firefox 58
Tracking | Status | |
---|---|---|
firefox58 | --- | fixed |
People
(Reporter: mcomella, Assigned: mcomella)
References
Details
(Whiteboard: [mobileAS][see comment 2])
Attachments
(4 files)
In my telemetry analysis in bug 1377288, I noticed the documentation hasn't been kept up to date - this bug is to update the docs.
This isn't important to fix right now, but it'd be great to get in 58: P2 rank 1.
Assignee | ||
Updated•7 years ago
|
Rank: 1
Assignee | ||
Comment 1•7 years ago
|
||
Here is a link to the docs: http://searchfox.org/mozilla-central/source/mobile/android/docs/activitystreamtelemetry.rst
And here's one thing we'll have to document in this bug:
(In reply to Michael Comella (:mcomella) from comment #19)
> So the only problem I've found with the telemetry that could require
> changing the code (and is thus relevant to the merge date) is that clicking
> on a suggested top sites item the first time will say, "source_subtype =
> suggested" but subsequent presses will be "source_subtype = top". This isn't
> necessarily wrong but its unintuitive so we should either:
> 1) Document it
> 2) Change it so that a suggested site is always "subtype = suggested".
(In reply to :Grisha Kruglov from comment #20)
> Well... At what point does a visited suggested site change its state from
> "suggested" to a regular "top" site in a sparsely populated profile?
> Currently that happens whenever you visit it at least once.
>
> I think just documenting this is caveat is fine.
>
> I think this is only important when interpreting collected telemetry - that
> is, "suggested" clicks should be treated differently.
>
> With the current behavior, we can only ask "are suggested sites being used
> at all?" instead of "how frequently are suggested sites being used". Just
> make sure to document this someplace obvious for folks looking at the
> dashboards.
Assignee | ||
Comment 2•7 years ago
|
||
Things to document:
- "suggested" -> "top" after one click from comment 1
- pocket and highlights have an extra, "interaction" = "menu_button" or "long_click" (or something like that)
- (via bug 1377288 comment 17) One thing that seems weird to me is how the `activitystream.1` session is started in setUserVisibleHint, rather than onResume, or similar, but in my testing, this seems to work correctly.
We could also restructure the docs because I think the current format is not ideal, but perhaps that's out of the scope of this bug. :)
Assignee | ||
Updated•7 years ago
|
Whiteboard: [mobileAS] → [mobileAS][see comment 2]
Assignee | ||
Comment 4•7 years ago
|
||
All open Activity Stream bugs are moving from the whiteboard tag, "[mobileAS]", to the Firefox for Android component, "Activity Stream", so that I can keep better track of these bugs as the new triage owner; I will send out an email shortly with additional details, caveats, etc.
Assignee | ||
Comment 5•7 years ago
|
||
I should do this before I forget what exactly needs to be updated.
Assignee: nobody → michael.l.comella
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 10•7 years ago
|
||
mozreview-review |
Comment on attachment 8912932 [details]
Bug 1402026: Add caveat about suggested source_subtype.
https://reviewboard.mozilla.org/r/184248/#review189424
Documentation clarification, seems fine.
Attachment #8912932 -
Flags: review?(liuche) → review+
Comment 11•7 years ago
|
||
mozreview-review |
Comment on attachment 8912933 [details]
Bug 1402026: Correct top site context menu telemetry note.
https://reviewboard.mozilla.org/r/184250/#review189426
Attachment #8912933 -
Flags: review?(liuche) → review+
Comment 12•7 years ago
|
||
mozreview-review |
Comment on attachment 8912934 [details]
Bug 1402026: Add interaction extra to AS telemetry.
https://reviewboard.mozilla.org/r/184252/#review189428
::: mobile/android/docs/activitystreamtelemetry.rst:157
(Diff revision 1)
> extras: {
> ...
> "count": number /* total number of highlights displayed */
> }
>
> +For "show.1" event, the following extra information is also recorded:
Can you also update the "real example" at the end of this document to be consistent? I believe there's only one "show" event.
Attachment #8912934 -
Flags: review?(liuche) → review+
Comment 13•7 years ago
|
||
mozreview-review |
Comment on attachment 8912935 [details]
Bug 1402026: Correct formatting for AS telemetry bulleted lists.
https://reviewboard.mozilla.org/r/184254/#review189430
Attachment #8912935 -
Flags: review?(liuche) → review+
Comment hidden (mozreview-request) |
Comment hidden (mozreview-request) |
Comment 16•7 years ago
|
||
Pushed by michael.l.comella@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/9e6eb09000d3
Add caveat about suggested source_subtype. r=liuche
https://hg.mozilla.org/integration/autoland/rev/55432b5c3cd8
Correct top site context menu telemetry note. r=liuche
https://hg.mozilla.org/integration/autoland/rev/cd12463f9043
Add interaction extra to AS telemetry. r=liuche
https://hg.mozilla.org/integration/autoland/rev/aece6300bbea
Correct formatting for AS telemetry bulleted lists. r=liuche
Comment 17•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/9e6eb09000d3
https://hg.mozilla.org/mozilla-central/rev/55432b5c3cd8
https://hg.mozilla.org/mozilla-central/rev/cd12463f9043
https://hg.mozilla.org/mozilla-central/rev/aece6300bbea
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox58:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 58
Updated•4 years ago
|
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•