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

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

Issue 939263002: [App banners] Add RAPPOR support (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Swapped out for new call Created 5 years, 10 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/banners/app_banner_manager.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 8e52f4aa7724c1038eabe399495c79f505d74360..62ae0d58e987d7cf3b25d719a31cd8c926159195 100644
--- a/tools/metrics/rappor/rappor.xml
+++ b/tools/metrics/rappor/rappor.xml
@@ -43,6 +43,52 @@ components/rappor/rappor_service.cc.
<rappor-metrics>
<!-- Rappor metric definitions -->
+<rappor-metric name="AppBanner.NativeApp.Dismissed" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a native app banner, which was explicitly
+ dismissed by the user.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="AppBanner.NativeApp.Installed" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a native app banner, which resulted in
+ the user installing the promoted application.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="AppBanner.NativeApp.Shown" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a native app banner.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="AppBanner.WebApp.Dismissed" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a web app banner, which was explicitly
+ dismissed by the user.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="AppBanner.WebApp.Installed" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a web app banner, which resulted in the
+ user installing the promoted application.
+ </summary>
+</rappor-metric>
+
+<rappor-metric name="AppBanner.WebApp.Shown" type="ETLD_PLUS_ONE">
+ <owner>dfalcantara@chromium.org</owner>
+ <summary>
+ The eTLD+1 of a URL that displayed a web app banner.
+ </summary>
+</rappor-metric>
+
<rappor-metric name="ContentSettings.MixedScript.DisplayedShield"
type="ETLD_PLUS_ONE">
<owner>lgarron@chromium.org</owner>
« no previous file with comments | « chrome/browser/android/banners/app_banner_manager.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698