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

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

Issue 131023003: Added UMA metrics for ChromeOS first-run UI. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 11 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 | « chrome/browser/chromeos/first_run/steps/tray_step.cc ('k') | 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 36d7b0c19404bf164b796322ccfdd9cdfe492275..2e36d814d9a38fade8b9c2273eda6518fa53e1dd 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -1718,6 +1718,39 @@ other types of suffix sets.
</summary>
</histogram>
+<histogram name="CrosFirstRun.DialogShown">
+ <summary>
+ Records the number of times when first-run dialog was shown.
+ </summary>
+</histogram>
+
+<histogram name="CrosFirstRun.FurthestStep">
+ <summary>
+ Index of furthest step that was reached during tutorial. Since order of
+ steps could change eventially and new steps could apear we use index here
+ instead of step name.
+ </summary>
+</histogram>
+
+<histogram name="CrosFirstRun.TimeSpent" units="ms">
+ <summary>The total time that user spent on first-run tutorial.</summary>
+</histogram>
+
+<histogram name="CrosFirstRun.TimeSpentOnStep" units="ms">
+ <summary>The time that user spent on some step of tutorial.</summary>
+</histogram>
+
+<histogram name="CrosFirstRun.TutorialCompletion"
+ enum="CrosFirstRunTutorialCompletionType">
+ <summary>Tracks the way how user left tutorial.</summary>
+</histogram>
+
+<histogram name="CrosFirstRun.TutorialLaunched">
+ <summary>
+ Records the number of times when first-run tutorial has been launched.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.BypassInfoFallback"
enum="DataReductionProxyBypassEventType">
<summary>
@@ -22629,6 +22662,12 @@ other types of suffix sets.
<int value="0" label="ModemManagerCommandSendFailure"/>
</enum>
+<enum name="CrosFirstRunTutorialCompletionType" type="int">
+ <int value="0" label="Was not finished"/>
+ <int value="1" label="Finished with &quot;Got It&quot; button"/>
+ <int value="2" label="Finished with &quot;Keep Exploring&quot; button"/>
+</enum>
+
<enum name="CrosShelfClickTarget" type="int">
<obsolete>
Deprecated as of 12/2013. Default pinned apps trial is finished.
@@ -31445,6 +31484,13 @@ other types of suffix sets.
<affected-histogram name="PLT.LoadType"/>
</fieldtrial>
+<fieldtrial name="CrosFirstRunStep" separator="">
+ <group name="AppList"/>
+ <group name="Tray"/>
+ <group name="Help"/>
+ <affected-histogram name="CrosFirstRun.TimeSpentOnStep"/>
+</fieldtrial>
+
<fieldtrial name="DataReductionProxy">
<group name="DataReductionProxy"
label="Only page loads through the data reduction proxy are considered."/>
« no previous file with comments | « chrome/browser/chromeos/first_run/steps/tray_step.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698