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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2367403005: Snackbar for promoting Data Saver to existing users (Closed)
Patch Set: fix comment Created 4 years, 1 month 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 0fdeeb1de72d951a07241bc23f21cb28593dbcd5..10b3b8ef76a56bfff1d132d91c2e5be3cb73e169 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -8741,6 +8741,16 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
+<histogram name="DataReductionProxy.SnackbarPromo" units="MB">
+ <owner>bengr@chromium.org</owner>
+ <owner>megjablon@chromium.org</owner>
+ <summary>
+ Logs the content length in MB of the data reduction proxy snackbar promo
+ that was shown. The snackbar promo shows the user the amount of data Chrome
+ has saved them using Data Saver.
+ </summary>
+</histogram>
+
<histogram name="DataReductionProxy.StartupState"
enum="DataReductionProxyStartupState">
<owner>bengr@chromium.org</owner>
@@ -8780,15 +8790,15 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>bengr@chromium.org</owner>
<owner>megjablon@chromium.org</owner>
<summary>
- Samples of user interactions with the Data Reduction Proxy promo, First Run
+ Samples of user interactions with the Data Reduction Proxy promos, First Run
Experience, and settings menu. All samples are mutually exclusive. These
samples include:
- The user interactions with the promo. On Android, there are three actions
- that dismiss the promo (enable, dismiss, and learn more) and on iOS there is
- a toggle to enable the proxy. This is sampled when the promo leaves view. If
- the user clicks the link to the settings menu, the state of the ON/OFF
- switch in the menu is sampled when the view is exited.
+ The user interactions with the second run promo. On Android, there are three
+ actions that dismiss this promo (enable, dismiss, and learn more) and on iOS
+ there is a toggle to enable the proxy. This is sampled when the promo leaves
+ view. If the user clicks the link to the settings menu, the state of the
+ ON/OFF switch in the menu is sampled when the view is exited.
Any other user interaction with the the ON/OFF switch in the settings menu
for reducing data usage. Only the setting changes between entering the
@@ -8805,6 +8815,10 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
The user interactions with the Infobar promo. On Android, there are two
actions that dismiss the promo (enable, dismiss). This is sampled when the
promo leaves view.
+
+ The user interactions with the Snackbar promo. The user can either ignore
+ the promo or click the action to the Settings menu. From the settings menu,
+ the user may enable or disable the proxy.
</summary>
</histogram>
@@ -68685,7 +68699,8 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<histogram name="Webapp.Splashscreen.Icon.Type" enum="SplashscreenIconType">
<owner>mlamouri@chromium.org</owner>
<summary>
- Records the origin of the icon used to construct the splashscreen.
+ Sync.AuthServerRejectedTokenAgeLong Records the origin of the icon used
Alexei Svitkine (slow) 2016/10/26 18:40:16 Is this change intentional?
megjablon 2016/10/26 18:50:08 Nope. Not sure how that ended up there. Removed.
+ to construct the splashscreen.
</summary>
</histogram>
@@ -78095,6 +78110,12 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="10" label="Disabled directly from the First Run Experience"/>
<int value="11" label="Enabled directly from the Infobar promo"/>
<int value="12" label="InfoBar promo dismissed (proxy not enabled)"/>
+ <int value="13"
+ label="Snackbar promo link clicked, but no action was taken (the proxy
+ remained enabled)"/>
+ <int value="14"
+ label="Snackbar promo link clicked, and the proxy was disabled"/>
+ <int value="15" label="Snackbar promo dismissed (no action taken)"/>
</enum>
<enum name="DataUsageReportSubmissionResult" type="int">
@@ -99247,6 +99268,7 @@ value.
<int value="13" label="DOWNLOAD_DELETE_UNDO"/>
<int value="14" label="SPECIAL_LOCALE"/>
<int value="15" label="BLIMP"/>
+ <int value="16" label="DATA_REDUCTION_PROMO"/>
</enum>
<enum name="SnippetOpenMethod" type="int">

Powered by Google App Engine
This is Rietveld 408576698