New issue
Advanced search Search tips
Note: Color blocks (like or ) mean that a user may not be available. Tooltip shows the reason.

Issue 847629 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
(OOO slow)
Closed: Oct 5
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug

Blocked on:
issue 914179

Blocking:
issue 776156



Sign in to add a comment

[TTS] Add more user engagement signals for Ranker for Contextual Search

Project Member Reported by donnd@chromium.org, May 29 2018

Issue description

We'd like to know more about *users* in order to improve Tap Suppression for Contextual Search.  This is obviously potentially privacy-sensitive, so for now we propose adding engagement features, since those are likely to be relatively privacy safe, and also useful in predicting future engagement.

Specifically we'd like to add the all-time count of panel opens for Contextual Search, the number of Quick Actions taken, the number of Quick Actions presented, the number of entities presented in the Bar, and the number of "Quick Answers" (which all tend to be translations in Bar), and maybe some other similar metrics.

I plan to start another round of UKM metrics additions to document this in go/ukm-cs-4.
 
Status: Fixed (was: Started)
Landed CL for this: https://chromium-review.googlesource.com/1079810

[TTS] Add an engagment Heuristic for ML Tap work.

Adds an Engagement Suppression heuristic that sends several new signals
to the ML model for Tap Suppression.  These signals quantify user
engagment by registering the number of lifetime opens, quick actions
taken, translations shown, etc.

Note that the additional signals in this CL are documented in
http://go/ukm-cs-4 (with privacy approval noted there).

BUG=776156

Change-Id: I1e9457a18a5624ceb97e7236761f99173af6dabe
---
M chrome/android/java/src/org/chromium/chrome/browser/compositor/bottombar/contextualsearch/ContextualSearchPanelMetrics.java
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchFieldTrial.java
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchPolicy.java
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchRankerLogger.java
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/ContextualSearchRankerLoggerImpl.java
A chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/EngagementSuppression.java
M chrome/android/java/src/org/chromium/chrome/browser/contextualsearch/TapSuppressionHeuristics.java
M chrome/android/java/src/org/chromium/chrome/browser/preferences/ChromePreferenceManager.java
M chrome/android/java_sources.gni
M components/assist_ranker/predictor_config_definitions.cc
M tools/metrics/ukm/ukm.xml
11 files changed, 320 insertions(+), 88 deletions(-)

Blockedon: 914179

Sign in to add a comment