| Index: tools/metrics/histograms/histograms.xml
|
| diff --git a/tools/metrics/histograms/histograms.xml b/tools/metrics/histograms/histograms.xml
|
| index 223ce11ed8c31e42170660972de4521a21075c06..828b2a327693198a7d9725583cdac8c0cac28e3e 100644
|
| --- a/tools/metrics/histograms/histograms.xml
|
| +++ b/tools/metrics/histograms/histograms.xml
|
| @@ -53805,6 +53805,45 @@ http://cs/file:chrome/histograms.xml - but prefer this file for new entries.
|
| </summary>
|
| </histogram>
|
|
|
| +<histogram name="Search.ContextualSearchPrevious28DayCtr" units="%">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The CTR from the previous 28 day period for each user, expressed as a
|
| + percentage. Logged the first time the panel is closed in each new week.
|
| + Implemented for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchPrevious28DayImpressions" units="views">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The number of user impressions of the Bar from the previous 28 day period.
|
| + Logged the first time the panel is closed in each new week. Implemented for
|
| + Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchPreviousWeekCtr" units="%">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The CTR from the previous week for each user, expressed as a percentage.
|
| + Logged the first time the panel is closed in each new week. Implemented for
|
| + Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| +<histogram name="Search.ContextualSearchPreviousWeekImpressions" units="views">
|
| + <owner>donnd@chromium.org</owner>
|
| + <owner>twellington@chromium.org</owner>
|
| + <summary>
|
| + The number of user impressions of the Bar from the previous week. Logged the
|
| + first time the panel is closed in each new week. Implemented for Android.
|
| + </summary>
|
| +</histogram>
|
| +
|
| <histogram name="Search.ContextualSearchPromoOpenCount" units="opens">
|
| <owner>donnd@chromium.org</owner>
|
| <owner>twellington@chromium.org</owner>
|
|
|