New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 903458 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: Nov 13
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Chrome
Pri: 3
Type: Bug



Sign in to add a comment

Create metrics for Verify and Forget Host confirmation buttons

Project Member Reported by hansberry@chromium.org, Nov 8

Issue description

Gauge if users are getting stuck in bad states or do not like our feature by logging when the Verify button or Forget Host confirmation buttons are pressed. Simply logging the count of these events isn't useful because there is no baseline; therefore, each of these should use the following buckets:

0) Button clicked.
1) Completed Setup.
# 1) OOBE affirmative consent. (logged at [1])
# 2) Post-OOBE affirmative consent. (logged at [2])

The metrics should be named like so:
MultiDevice.Settings.VerifyButtonClickedCount
MultiDevice.Settings.ForgetHostConfirmedCount

1) https://cs.chromium.org/chromium/src/chrome/browser/chromeos/login/screens/multidevice_setup_screen.cc?l=91
2) https://cs.chromium.org/chromium/src/chrome/browser/resources/chromeos/multidevice_setup/multidevice_setup_post_oobe.js?l=103
 
Description: Show this description
Project Member

Comment 2 by bugdroid1@chromium.org, Nov 13

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/c6c9e18b12e34f827dbedf14fc885f86123229f6

commit c6c9e18b12e34f827dbedf14fc885f86123229f6
Author: Regan Hsu <hsuregan@chromium.org>
Date: Tue Nov 13 21:35:45 2018

[CrOS MultiDevice] Create metrics for Verify and Forget Host
confirmation buttons.

MultiDevice.VerifyButtonClicked
MultiDevice.ForgetHostConfirmed

Gauge if users are getting stuck in bad states or do not like our
feature by logging when the Verify button or Forget Host confirmation
buttons are pressed. Simply logging the count of these events isn't
useful because there is no baseline; therefore, each of these should
use the following buckets:

0) Button clicked.
1) Completed Setup.

Bug:  903458 
Change-Id: I1ad8e6a16a920b4dffdbcc70300bff354ef6f359
Reviewed-on: https://chromium-review.googlesource.com/c/1330294
Reviewed-by: Steven Holte <holte@chromium.org>
Reviewed-by: Ryan Hansberry <hansberry@chromium.org>
Reviewed-by: Kyle Horimoto <khorimoto@chromium.org>
Commit-Queue: Regan Hsu <hsuregan@chromium.org>
Cr-Commit-Position: refs/heads/master@{#607743}
[modify] https://crrev.com/c6c9e18b12e34f827dbedf14fc885f86123229f6/chromeos/services/multidevice_setup/multidevice_setup_impl.cc
[modify] https://crrev.com/c6c9e18b12e34f827dbedf14fc885f86123229f6/tools/metrics/histograms/enums.xml
[modify] https://crrev.com/c6c9e18b12e34f827dbedf14fc885f86123229f6/tools/metrics/histograms/histograms.xml

Status: Fixed (was: Assigned)

Sign in to add a comment