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

Unified Diff: tools/metrics/histograms/histograms.xml

Side-by-side diff isn't available for this file because of its large size.
Issue 938223002: [Smart Lock] Add a description for the promo notification histogram. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index a7d84fcd9c545290a2fd447644b6cd4634fad217..6506bb2726c56ef6541ab521065ac784e3a364e4 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"/>
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698