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

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

Issue 1984803002: Separate phishing/SE ads/ SE landing interstitial UMA stats (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nit Created 4 years, 7 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/safe_browsing/safe_browsing_blocking_page.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 1f202182661bca6d5444927f5789ec4cfa8a9ea5..020cbb5cb7e78396e7bf4aa9e9308fc5434dcace 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -18799,7 +18799,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>felt@chromium.org</owner>
<summary>
User decision when presented with a security interstitial. As of M44,
- subresource interstitials were split into their own entries.
+ subresource interstitials were split into their own entries. As of M52,
+ social_engineering_ads* and social_engineering_landing* interstitial reasons
+ are split into their own entries from phishing*.
</summary>
</histogram>
@@ -18809,7 +18811,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<summary>
User decision when presented with a security interstitial, on a site that
the user had previously visited. As of M44, subresource interstitials were
- split into their own entries.
+ split into their own entries. As of M52, social_engineering_ads* and
+ social_engineering_landing* interstitial reasons are split into their own
+ entries from phishing*.
</summary>
</histogram>
@@ -18818,7 +18822,9 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<owner>felt@chromium.org</owner>
<summary>
User interactions with a security interstitial. As of M44, subresource
- interstitials were split into their own entries.
+ interstitials were split into their own entries. As of M52,
+ social_engineering_ads* and social_engineering_landing* interstitial reasons
+ are split into their own entries from phishing*.
</summary>
</histogram>
@@ -94775,6 +94781,10 @@ To add a new entry, add it with any value and run test to compute valid value.
<suffix name="malware_subresource"/>
<suffix name="phishing"/>
<suffix name="phishing_subresource"/>
+ <suffix name="social_engineering_ads"/>
+ <suffix name="social_engineering_ads_subresource"/>
+ <suffix name="social_engineering_landing"/>
+ <suffix name="social_engineering_landing_subresource"/>
<affected-histogram name="interstitial.decision"/>
<affected-histogram name="interstitial.decision.repeat_visit"/>
<affected-histogram name="interstitial.interaction"/>
@@ -94816,6 +94826,27 @@ To add a new entry, add it with any value and run test to compute valid value.
<affected-histogram
name="interstitial.phishing_subresource.decision.repeat_visit"/>
<affected-histogram name="interstitial.phishing_subresource.interaction"/>
+ <affected-histogram name="interstitial.social_engineering_ads.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads.decision.repeat_visit"/>
+ <affected-histogram name="interstitial.social_engineering_ads.interaction"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_ads_subresource.interaction"/>
+ <affected-histogram name="interstitial.social_engineering_landing.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing.interaction"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.decision"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.decision.repeat_visit"/>
+ <affected-histogram
+ name="interstitial.social_engineering_landing_subresource.interaction"/>
</histogram_suffixes>
<histogram_suffixes name="SecurityInterstitialSSLType" separator="."
« no previous file with comments | « chrome/browser/safe_browsing/safe_browsing_blocking_page.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698