Closed
Bug 997768
Opened 11 years ago
Closed 11 years ago
UI telemetry for top sites
Categories
(Firefox for Android Graveyard :: Awesomescreen, defect)
Tracking
(firefox32 verified, firefox33 verified)
VERIFIED
FIXED
Firefox 32
People
(Reporter: lucasr, Unassigned)
References
Details
Attachments
(1 file)
2.04 KB,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
More specifically, instrument access to different types of websites on the grid view (blank, top, suggested, pinned).
Reporter | ||
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Comment on attachment 8416563 [details] [diff] [review]
Use SUGGESTION telemetry method for suggested sites (r=mfinkle)
This way we can track interaction with suggested sites by fetching 'loadurl' events with method 'SUGGESTION' while a 'homepanel' session is active. Let me know if there's a better way to frame it.
Attachment #8416563 -
Flags: review?(mark.finkle)
Updated•11 years ago
|
Attachment #8416563 -
Flags: review?(mark.finkle) → review+
Reporter | ||
Comment 3•11 years ago
|
||
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 32
Comment 5•10 years ago
|
||
Tapping once on any suggested sites will output the following probe:
SendUIEvent: event = loadurl.1 method = suggestion timestamp = 1694628 extras = 0
Tap it again and it will output the following probe:
SendUIEvent: event = loadurl.1 method = griditem timestamp = 1699423 extras = 0
Is this the correct behavior?
Flags: needinfo?(lucasr.at.mozilla)
Reporter | ||
Comment 6•10 years ago
|
||
(In reply to Flaviu Cos, QA [:flaviu] from comment #5)
> Tapping once on any suggested sites will output the following probe:
> SendUIEvent: event = loadurl.1 method = suggestion timestamp = 1694628
> extras = 0
> Tap it again and it will output the following probe:
> SendUIEvent: event = loadurl.1 method = griditem timestamp = 1699423 extras
> = 0
>
> Is this the correct behavior?
Yes, the suggested site will become an ordinary history item after being tapped for the first time. The special image is still used though (that's by design, see bug 1009587).
Flags: needinfo?(lucasr.at.mozilla)
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
•