Closed Bug 1274727 Opened 9 years ago Closed 9 years ago

Update core ping search docs with more information

Categories

(Firefox for Android Graveyard :: General, defect)

All
Android
defect
Not set
normal

Tracking

(firefox49 fixed)

RESOLVED FIXED
Firefox 49
Tracking Status
firefox49 --- fixed

People

(Reporter: mcomella, Assigned: mcomella)

References

Details

Attachments

(2 files)

"other" & the location strings. 17:26 <bnicholson> mcomella: what do you send with the "searches" data for custom engines? do you just not report them? 17:27 <bnicholson> mcomella: also, what are the different source strings you're using? 17:27 <bnicholson> should add this to the doc! 17:29 <mcomella> bnicholson: "other" https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/BrowserApp.java#3909 17:29 <mcomella> bnicholson: What do you mean source strings? 17:29 <mcomella> bnicholson: Patches welcome ;) 17:31 <bnicholson> mcomella: what are the strings other than "searchbar"? 17:33 <mcomella> bnicholson: I'm using our UI telemetry strings, e.g.: https://dxr.mozilla.org/mozilla-central/source/mobile/android/base/java/org/mozilla/gecko/home/BrowserSearch.java#732 17:33 <mcomella> LIST_ITEM 17:34 <mcomella> bnicholson: SUGGESTION, & ACTIONBAR
These values are what are actually used UI telemetry (perhaps because the enums were added after the strings?). They're also a little less obnoxious than the enum names. Review commit: https://reviewboard.mozilla.org/r/54686/diff/#index_header See other reviews: https://reviewboard.mozilla.org/r/54686/
Attachment #8755614 - Flags: review?(bnicholson)
Comment on attachment 8755597 [details] MozReview Request: Bug 1274727 - Document more details about searches core ping field. r=bnicholson Review request updated; see interdiff: https://reviewboard.mozilla.org/r/54678/diff/1-2/
Comment on attachment 8755614 [details] MozReview Request: Bug 1274727 - Use toString method for search engine identifiers. r=bnicholson https://reviewboard.mozilla.org/r/54686/#review51320
Attachment #8755614 - Flags: review?(bnicholson) → review+
Comment on attachment 8755597 [details] MozReview Request: Bug 1274727 - Document more details about searches core ping field. r=bnicholson https://reviewboard.mozilla.org/r/54678/#review51316 ::: toolkit/components/telemetry/docs/core-ping.rst:50 (Diff revision 2) > // in local time, "yyyy-mm-dd" > "tz": <integer>, // timezone offset (in minutes) of the > // device when the ping was created > "searches": <object>, // Optional, object of search use counts in the > // format: { "engine.source": <pos integer> } > - // e.g.: { "yahoo.searchbar": 3, "other.searchbar": 1 } > + // e.g.: { "yahoo.SUGGESTION": 3, "other.LIST_ITEM": 1 } This should be ".suggestion" and ".listitem", right?
Attachment #8755597 - Flags: review?(bnicholson) → review+
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 49
Product: Firefox for Android → Firefox for Android Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: