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

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

Issue 292313006: Improve activity log ad metrics (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 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
Index: tools/metrics/histograms/histograms.xml
diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
index 44031fe11719c572a211ecc534f1338a6ec4b07c..f198badf61e3271be9e8434ae95c0f134f566c64 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -6016,6 +6016,22 @@ Therefore, the affected-histogram name has to have at least one dot in it.
</summary>
</histogram>
+<histogram name="Extensions.AdInjection.AdType" enum="InjectedAdType">
+ <owner>felt@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>The type of ad that was injected.</summary>
+</histogram>
+
+<histogram name="Extensions.AdInjection.InstallLocation"
+ enum="ExtensionLocation">
+ <owner>felt@chromium.org</owner>
+ <owner>rdevlin.cronin@chromium.org</owner>
+ <summary>
+ The install location of an ad-injecting extension. Recorded upon page close
+ for any extension that injected ads on that page.
+ </summary>
+</histogram>
+
<histogram name="Extensions.AllocatePortIdPairOverflow">
<owner>Please list the metric's owners. Add more owner tags as needed.</owner>
<summary>
@@ -36594,6 +36610,13 @@ Therefore, the affected-histogram name has to have at least one dot in it.
<int value="3" label="InfoBar dismissed by clicking the 'X'"/>
</enum>
+<enum name="InjectedAdType" type="int">
+ <int value="0" label="Invalid"/>
+ <int value="1" label="IFrame"/>
+ <int value="2" label="Embed"/>
+ <int value="3" label="Anchor"/>
+</enum>
+
<enum name="InstantControllerEvent" type="int">
<int value="0" label="URL_ADDED_TO_BLACKLIST"/>
<int value="1" label="URL_REMOVED_FROM_BLACKLIST"/>

Powered by Google App Engine
This is Rietveld 408576698