commit | 9fe7286ee3ef96fb3041904342e57fb2b3e6ea67 | [log] [tgz] |
---|---|---|
author | Yue Zhang <yuezhanggg@chromium.org> | Wed Oct 04 23:23:47 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Oct 04 23:23:47 2023 |
tree | 50df45763e23a6e48755ad3383f4dc81eb52e7b6 | |
parent | 78c01849ce0997f96911b8c5b545ddfdf73c27d9 [diff] |
[Discounts] Add metrics for Discounts in Quests * User action NewTabPage.HistoryClusters.DiscountClicked which will be recorded when a discount is clicked. * Boolean Enum NewTabPage.HistoryClusters.HasDiscount which will be recorded at every rendering of a single Quest module, indicating if this Cluster has discount. Note that for Quest 2.0, if there are X Quests showing on the NTP, this metric will be recorded X times, one for each Cluster. Bug: 1488862, 1488624 Change-Id: I661a659ddb6a2ac8c4acff12b78a5baa6c633e38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4904393 Reviewed-by: Roman Arora <romanarora@chromium.org> Commit-Queue: Yue Zhang <yuezhanggg@chromium.org> Reviewed-by: Tibor Goldschwendt <tiborg@chromium.org> Cr-Commit-Position: refs/heads/main@{#1205547}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.