Closed
Bug 1957438
Opened 25 days ago
Closed 24 days ago
Fix Clickthrough Rate for Infobars in Skylight
Categories
(Firefox :: Messaging System, defect, P1)
Firefox
Messaging System
Tracking
()
RESOLVED
FIXED
Iteration:
139.1 - Mar 31 - Apr 11
People
(Reporter: mviar, Assigned: sachung)
Details
Clickthrough rate for infobars is showing up as 0% in Skylight dashboards (see example here.
It appears this can be fixed up updating the calculation for the primary clickthrough rate from:
pivot_index(${messaging_system.ping_count}, 1),
0)
/ pivot_index(${messaging_system.ping_count}, 4)
to:
pivot_index(${messaging_system.ping_count}, 1),
0)
/ pivot_index(${messaging_system.ping_count}, 3)```
Updated•25 days ago
|
Assignee: nobody → sachung
Severity: -- → S3
Iteration: --- → 139.1 - Mar 31 - Apr 11
Points: --- → 1
Priority: -- → P1
Assignee | ||
Updated•24 days ago
|
Status: NEW → RESOLVED
Points: 1 → 2
Closed: 24 days ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•