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

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: comments 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
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.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 0fdeeb1de72d951a07241bc23f21cb28593dbcd5..14ac70d332b467598acbea6c665c5d669b2f3e2c 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">
Alexei Svitkine (slow) 2016/10/26 18:56:50 The name of this histogram doesn't indicate that i
megjablon 2016/10/26 19:35:41 Done.
+ <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>
@@ -78095,6 +78109,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 +99267,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">
« no previous file with comments | « components/data_reduction_proxy/core/browser/data_reduction_proxy_settings.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698