Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(395)

Issue 55193003: Add UMAs for video casting (Closed)

Created:
7 years, 1 month ago by May
Modified:
7 years, 1 month ago
CC:
chromium-reviews, feature-media-reviews_chromium.org, Ilya Sherman, jar (doing other things), asvitkine+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Add UMAs for video casting feature. Added UMAs for: 1) How many times the button is shown 2) How many times the button is selected 3) How many times the YouTube button is selected 4) How many times a video is fullscreened 5) How many times a play ends in success or error 6) The % of a video that the user watched remotely BUG=284482 NOTRY=true Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=233301

Patch Set 1 #

Patch Set 2 : Removed stray MediaPlayerBridge changes #

Total comments: 1

Patch Set 3 : Removed random VirtualKeyboardLoaded action to be safe. #

Total comments: 15

Patch Set 4 : Added enums to histograms.xml #

Total comments: 2

Patch Set 5 : Update histogram description #

Unified diffs Side-by-side diffs Delta from patch set Stats (+45 lines, -0 lines) Patch
M tools/metrics/actions/chromeactions.txt View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/actions/extract_actions.py View 1 2 3 1 chunk +4 lines, -0 lines 0 comments Download
M tools/metrics/histograms/histograms.xml View 1 chunk +37 lines, -0 lines 0 comments Download

Messages

Total messages: 18 (0 generated)
May
Corresponding histogram.xml changes.
7 years, 1 month ago (2013-10-31 20:09:07 UTC) #1
whywhat
lgtm https://codereview.chromium.org/55193003/diff/30001/tools/metrics/actions/chromeactions.txt File tools/metrics/actions/chromeactions.txt (right): https://codereview.chromium.org/55193003/diff/30001/tools/metrics/actions/chromeactions.txt#newcode1665 tools/metrics/actions/chromeactions.txt:1665: 0x91586aefc4a53dc7 VirtualKeyboardLoaded This is unexpected?
7 years, 1 month ago (2013-11-01 11:48:19 UTC) #2
May
On 2013/11/01 11:48:19, whywhat wrote: > lgtm > > https://codereview.chromium.org/55193003/diff/30001/tools/metrics/actions/chromeactions.txt > File tools/metrics/actions/chromeactions.txt (right): > ...
7 years, 1 month ago (2013-11-01 11:57:17 UTC) #3
May
Hi Mark/Ilya, Could you please review the histograms piece? Thanks!
7 years, 1 month ago (2013-11-01 11:57:46 UTC) #4
Ilya Sherman
FYI, it's fine to include the stray action in chromeactions.txt as well. https://codereview.chromium.org/55193003/diff/110001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml ...
7 years, 1 month ago (2013-11-01 16:13:36 UTC) #5
Mark P
In the future, if possible please add the histograms.xml changes to the change that added ...
7 years, 1 month ago (2013-11-01 16:16:09 UTC) #6
May
Added enums to the histograms. https://codereview.chromium.org/55193003/diff/110001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/55193003/diff/110001/tools/metrics/histograms/histograms.xml#newcode1197 tools/metrics/histograms/histograms.xml:1197: +<histogram name="Cast.Sender.CastButtonShown"> On 2013/11/01 ...
7 years, 1 month ago (2013-11-04 16:46:14 UTC) #7
May
Hi Mark, I tried adding you to the corresponding clank downstream change for this, and ...
7 years, 1 month ago (2013-11-04 16:48:17 UTC) #8
Mark P
I have logged into gerrit before (both under @google and @chromium accounts). I have one ...
7 years, 1 month ago (2013-11-04 18:30:14 UTC) #9
May
Ok, this time adding you seemed to have worked. Buckets don't have to be that ...
7 years, 1 month ago (2013-11-04 19:03:50 UTC) #10
May
https://codereview.chromium.org/55193003/diff/160001/tools/metrics/histograms/histograms.xml File tools/metrics/histograms/histograms.xml (right): https://codereview.chromium.org/55193003/diff/160001/tools/metrics/histograms/histograms.xml#newcode1220 tools/metrics/histograms/histograms.xml:1220: + exit fullscreen session. The value will be true ...
7 years, 1 month ago (2013-11-04 19:04:02 UTC) #11
Mark P
On Mon, Nov 4, 2013 at 11:03 AM, <maybelle@chromium.org> wrote: > Ok, this time adding ...
7 years, 1 month ago (2013-11-04 19:07:08 UTC) #12
May
"CastButtonVisble"? I'm running low on name ideas today. On 2013/11/04 19:07:08, Mark P wrote: > ...
7 years, 1 month ago (2013-11-04 19:10:13 UTC) #13
Mark P
On Mon, Nov 4, 2013 at 11:10 AM, <maybelle@chromium.org> wrote: > "CastButtonVisble"? I'm running low ...
7 years, 1 month ago (2013-11-04 19:13:40 UTC) #14
May
I'd prefer the current name as is. Does the change look good otherwise? On 2013/11/04 ...
7 years, 1 month ago (2013-11-06 12:38:39 UTC) #15
Mark P
lgtm On Wed, Nov 6, 2013 at 4:38 AM, <maybelle@chromium.org> wrote: > I'd prefer the ...
7 years, 1 month ago (2013-11-06 15:27:27 UTC) #16
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/maybelle@chromium.org/55193003/220001
7 years, 1 month ago (2013-11-06 18:22:46 UTC) #17
commit-bot: I haz the power
7 years, 1 month ago (2013-11-06 18:30:49 UTC) #18
Message was sent while issue was closed.
Change committed as 233301

Powered by Google App Engine
This is Rietveld 408576698