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

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

Side-by-side diff isn't available for this file because of its large size.
Issue 2857963002: Revert "[PageLoadMetrics] Keep track of Ad Sizes on Pages" (Closed)
Patch Set: Created 3 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 | « content/public/browser/resource_request_info.h ('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 c236a42afc88a8f0ec1fb1f03c6c89cdbd66a688..c5a6a1051d3ab145f47801f6850103b3fd4ca7ec 100644
--- a/tools/metrics/histograms/histograms.xml
+++ b/tools/metrics/histograms/histograms.xml
@@ -46884,247 +46884,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
</summary>
</histogram>
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.Aggregate.Network"
- units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of the resources loaded for all of the ad frames on the
- page that loaded over the network.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.Aggregate.PercentNetwork"
- units="%">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The percentage of bytes loaded for all ad frames that were loaded over the
- network.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.Aggregate.Total"
- units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of the resources loaded for all of the ad frames on the
- page.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.PerFrame.Network"
- units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of the resources loaded for an ad frame from the network.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.PerFrame.PercentNetwork"
- units="%">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The percentage of bytes loaded for a single ad frame that were loaded over
- the network.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.AdFrames.PerFrame.Total"
- units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of the resources loaded for an ad frame.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.FullPage.Network" units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of all of the page's resources that loaded over the
- network.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes.
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.FullPage.Network.PercentAds"
- units="%">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The percentage of bytes loaded for the page (from the network) that came
- from resource loads in ad frames (from the network).
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.FullPage.Total" units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of all of the page's resources.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes.
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.FullPage.Total.PercentAds"
- units="%">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The percentage of bytes loaded for the page that came from resource loads in
- ad frames.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram name="PageLoad.Clients.Ads.Google.Bytes.NonAdFrames.Aggregate.Total"
- units="KB">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The size (in KB) of all of the page's resources except for those loaded in
- ad frames.
-
- Only recorded if the page has at least one identified ad frame. Bytes are
- measured as over-the-wire (e.g., compressed) response body KBs and do not
- include header bytes. An ad frame consists of the identified ad frame and
- all of its children (which may also be ads, but are counted as part of the
- ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.FrameCounts.AnyParentFrame.AdFrames"
- units="Ad frames">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The number of frames on the page identified as Google Ad Frames.
-
- For pages with zero ad frames, the other PageLoad.Clients.Ads metrics are
- not recorded unless otherwise specified.
-
- Child frames of an ad frame are not included in the count.
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.FrameCounts.MainFrameParent.AdFrames"
- units="Frames">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The number of frames (with parent frame of main frame) that are on the page
- identified as Google Ad Frames.
-
- Only recorded if the page has at least one identified ad frame. Child frames
- of an ad frame are not included in the count.
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.FrameCounts.MainFrameParent.PercentAdFrames"
- units="%">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The percentage of frames (with parent frame of main frame) on the page that
- are identified as Google Ad Frames.
-
- Only recorded if the page has at least one identified ad frame. An ad frame
- consists of the identified ad frame and all of its children (which may also
- be ads, but are counted as part of the ancestor ad frame).
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.FrameCounts.MainFrameParent.TotalFrames"
- units="Frames">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- The number of frames (with parent frame of main frame) on the page.
-
- Only recorded if the page has at least one identified ad frame.
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.Navigations.AdFrameRenavigatedToAd"
- enum="DidNavigateToAd">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- When a frame that is (or previously was) an ad frame renavigates, record
- whether it renavigated to an ad frame or a non-ad frame.
-
- An ad frame consists of the identified ad frame and all of its children. Its
- children (which may also be ads) are not counted when they renavigate.
-
- This metric is recorded as the event happens. Note that this is unlike most
- other Clients.Ads metrics, which are recorded when the page load is
- complete.
- </summary>
-</histogram>
-
-<histogram
- name="PageLoad.Clients.Ads.Google.Navigations.NonAdFrameRenavigatedToAd"
- enum="DidNavigateToAd">
- <owner>jkarlin@chromium.org</owner>
- <summary>
- When a frame that has never been part of an ad frame renavigates, record
- whether it renavigated to an ad frame or a non-ad frame.
-
- This metric is recorded as the event happens. Note that this is unlike most
- other Clients.Ads metrics, which are recorded when the page load is
- complete.
- </summary>
-</histogram>
-
<histogram
name="PageLoad.Clients.DataReductionProxy.Experimental.Bytes.Network.CompressionRatio"
units="%">
@@ -90226,11 +89985,6 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
<int value="26" label="Card Unmask"/>
</enum>
-<enum name="DidNavigateToAd" type="int">
- <int value="0" label="Navigated to Non-Ad"/>
- <int value="1" label="Navigated to Ad"/>
-</enum>
-
<enum name="DifferentPrimaryAccounts" type="int">
<int value="0" label="Primary Accounts the same"/>
<int value="1" label="(obsolete) Primary Accounts different"/>
« no previous file with comments | « content/public/browser/resource_request_info.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698