Closed
Bug 1242396
Opened 9 years ago
Closed 9 years ago
[TV 2.5] FxOS TV Metrics - Track "send to TV" usage
Categories
(Firefox OS Graveyard :: Gaia::TV, defect, P1)
Tracking
(blocking-b2g:2.5+, b2g-v2.5 fixed)
People
(Reporter: rexboy, Assigned: rexboy)
References
Details
(Whiteboard: [ft:conndevices])
Attachments
(1 file)
(deleted),
text/x-github-pull-request
|
lchang
:
review+
jocheng
:
approval-gaia-v2.5+
|
Details |
We need to track "send to TV" usage.
Assignee | ||
Comment 1•9 years ago
|
||
[Blocking Requested - why for this release]:
blocking-b2g: --- → 2.5?
Assignee | ||
Updated•9 years ago
|
Assignee: nobody → rexboy
Comment 2•9 years ago
|
||
Assignee | ||
Comment 3•9 years ago
|
||
Comment on attachment 8712528 [details]
[gaia] rexboy7:1242396-sendToTvMetrics > mozilla-b2g:master
This bug actually just records invocation counts of notification receiver, since it's receiver of "send to TV" feature and it's launched at each request.
The cons is that we just can't tell this is metrics of send to TV if we don't document it well. What I can come up for now is that we just duplicate the invocation count to a new entry named like "sendToTVCount." but it'll still be under the entry of notification receiver.
Luke can you review it? And may I ask your opinion about the concern above. Thanks!
Attachment #8712528 -
Flags: review?(lchang)
Comment 4•9 years ago
|
||
Hi Joe,
In order to track "send to TV" feature without huge modifications for now, we intend to count the launching times of the apps, "notification-receiver" and "fling-player", and regard them as the count of "send tab to TV" and "send video to TV" respectively. Do you think it's feasible?
Flags: needinfo?(jcheng)
Updated•9 years ago
|
blocking-b2g: 2.5? → 2.5+
Comment 5•9 years ago
|
||
(In reply to Luke Chang [:lchang] from comment #4)
> Hi Joe,
>
> In order to track "send to TV" feature without huge modifications for now,
> we intend to count the launching times of the apps, "notification-receiver"
> and "fling-player", and regard them as the count of "send tab to TV" and
> "send video to TV" respectively. Do you think it's feasible?
it sounds ok to me if we can have the count of "send tab to TV" and "send video to TV" respectively but it's a bit too technical and outside of my expertise. also ni? SC to see if this captures meaningful data to show how presentation API is being used
Flags: needinfo?(jcheng) → needinfo?(schien)
Comment 7•9 years ago
|
||
Comment on attachment 8712528 [details]
[gaia] rexboy7:1242396-sendToTvMetrics > mozilla-b2g:master
It's good to go with only a few nits on the GitHub. Thanks.
Attachment #8712528 -
Flags: review?(lchang) → review+
Assignee | ||
Comment 8•9 years ago
|
||
Once we confirm installOrigin equals to marketplace, marketplace would get corrected.
So let's just close it now.
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → WORKSFORME
Assignee | ||
Comment 9•9 years ago
|
||
Sorry, ignore comment 8.
Status: RESOLVED → REOPENED
Resolution: WORKSFORME → ---
Assignee | ||
Comment 10•9 years ago
|
||
Status: REOPENED → RESOLVED
Closed: 9 years ago → 9 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 11•9 years ago
|
||
Comment on attachment 8712528 [details]
[gaia] rexboy7:1242396-sendToTvMetrics > mozilla-b2g:master
[Approval Request Comment]
[Bug caused by] (feature/regressing bug #): feature
[User impact] if declined: can't log "send to tv" usage
[Testing completed]: local done
[Risk to taking this patch] (and alternatives if risky): small
[String changes made]: none
Attachment #8712528 -
Flags: approval-gaia-v2.5?
Comment 12•9 years ago
|
||
Comment on attachment 8712528 [details]
[gaia] rexboy7:1242396-sendToTvMetrics > mozilla-b2g:master
Approve for TV 2.5
Attachment #8712528 -
Flags: approval-gaia-v2.5? → approval-gaia-v2.5+
Comment 13•9 years ago
|
||
status-b2g-v2.5:
--- → fixed
You need to log in
before you can comment on or make changes to this bug.
Description
•