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

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

Issue 1214733012: Add rappor metrics by intent source for launches from home screen. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@android-launch-intent
Patch Set: Addressing reviewer comments Created 5 years, 5 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:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/metrics/rappor/rappor.xml
diff --git a/tools/metrics/rappor/rappor.xml b/tools/metrics/rappor/rappor.xml
index a0bc7fc30f11a73ec5c648a9d4a3a681fa964eb8..4e46e9274ff490ccb8332e51c33141937a1a5e68 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -310,6 +310,34 @@ components/rappor/rappor_service.cc.
</summary>
</rappor-metric>
+<rappor-metric name="Launch.HomeScreenSource.AddToHomeScreen"
+ type="ETLD_PLUS_ONE">
+ <owner>dominickn@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that was launched from the Android Home screen via an
+ intent added from an add to homescreen menu item. This explicitly does not
+ count relaunches via the Android Recents menu.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Launch.HomeScreenSource.AppBanner" type="ETLD_PLUS_ONE">
+ <owner>dominickn@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that was launched from the Android Home screen via an
+ intent added from an app banner. This explicitly does not count relaunches
+ via the Android Recents menu.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="Launch.HomeScreenSource.Unknown" type="ETLD_PLUS_ONE">
+ <owner>dominickn@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that was launched from the Android Home screen via an
+ intent added from an unknown source. This explicitly does not count
+ relaunches via the Android Recents menu.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="Media.OriginUrl.EME" type="ETLD_PLUS_ONE">
<owner>xhwang@chromium.org</owner>
<summary>
« no previous file with comments | « chrome/browser/android/metrics/launch_metrics.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698