Create metrics for Verify and Forget Host confirmation buttons |
||
Issue descriptionGauge 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
,
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
,
Nov 13
|
||
►
Sign in to add a comment |
||
Comment 1 by hsuregan@google.com
, Nov 9