summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorisherman <isherman@chromium.org>2015-02-24 21:02:58 -0800
committerCommit bot <commit-bot@chromium.org>2015-02-25 05:04:21 +0000
commit800bd1ef4666b67c62f864bb3e6b67b05f1cbc1c (patch)
treeaf8c528e6083a170397a3c8248224266a88cbe2c
parent7c0ab504690f30bee790361f9dc376c13adb4646 (diff)
downloadchromium_src-800bd1ef4666b67c62f864bb3e6b67b05f1cbc1c.zip
chromium_src-800bd1ef4666b67c62f864bb3e6b67b05f1cbc1c.tar.gz
chromium_src-800bd1ef4666b67c62f864bb3e6b67b05f1cbc1c.tar.bz2
[Smart Lock] Add a description for the promo notification histogram.
BUG=450508 TEST=none R=tengs@chromium.org Review URL: https://codereview.chromium.org/938223002 Cr-Commit-Position: refs/heads/master@{#317981}
-rw-r--r--tools/metrics/histograms/histograms.xml27
1 files changed, 27 insertions, 0 deletions
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 1905093..4f13e39 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6488,6 +6488,9 @@ Therefore, the affected-histogram name has to have at least one dot in it.
enum="EasyUnlockNotificationEvent">
<owner>joshwoodward@google.com</owner>
<owner>tbarzic@chromium.org</owner>
+ <obsolete>
+ Deprecated 02/2015. Replaced by EasyUnlock.Setup.PromoNotificationEvent.
+ </obsolete>
<summary>
Tracks events related to notifications used by EasyUnlock feature. For
example a specific EasyUnlock notification being shown or clicked.
@@ -6585,6 +6588,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</details>
</histogram>
+<histogram name="EasyUnlock.Setup.PromoNotificationEvent"
+ enum="EasyUnlockPromoNotificationEvent">
+ <owner>isherman@chromium.org</owner>
+ <owner>xiaowenx@chromium.org</owner>
+ <summary>
+ Measures user interactions with the Smart Lock promo notification.
+ </summary>
+ <details>
+ Due to technical limitations of the implementation, it is hard to track
+ precisely which users opened the setup app as a result of interacting with
+ the promo notification. This metric measures setup app interactions from all
+ users who click on the promo notification, and subsequently launch the setup
+ app.
+ </details>
+</histogram>
+
<histogram name="EasyUnlock.SetupStateOnClose" enum="EasyUnlockSetupState">
<owner>joshwoodward@google.com</owner>
<owner>tbarzic@chromium.org</owner>
@@ -46470,6 +46489,14 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="Try out notification clicked"/>
</enum>
+<enum name="EasyUnlockPromoNotificationEvent" type="int">
+ <int value="0" label="Promo notification shown"/>
+ <int value="1" label="Promo notification clicked"/>
+ <int value="2" label="Promo notification dismissed"/>
+ <int value="3" label="Setup app launched"/>
+ <int value="4" label="Setup completed successfully"/>
+</enum>
+
<enum name="EasyUnlockRemoteLockScreenState" type="int">
<int value="0" label="Unknown state"/>
<int value="1" label="Lock screen disabled, trust agent unsupported"/>