New issue
Advanced search Search tips

Issue 718954 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner:
Closed: May 2017
Cc:
Components:
EstimatedDays: ----
NextAction: ----
OS: Android
Pri: 1
Type: Bug



Sign in to add a comment

Record user action for when Chrome Home is opened/closed via swipe

Project Member Reported by k...@chromium.org, May 5 2017

Issue description

We should record a user action when the user opens/closes Chrome Home with a swipe gesture. Right now it's hard to track how a user opened Chrome Home so this will help analyze that.

I'm thinking something like Android.ChromeHome.Swipe that could precede an Opened/Closed action though open to other ways of doing it.
 

Comment 1 by k...@chromium.org, May 5 2017

Components: UI>Browser>Mobile>NavPanel
Project Member

Comment 2 by bugdroid1@chromium.org, May 9 2017

The following revision refers to this bug:
  https://chromium.googlesource.com/chromium/src.git/+/3420e25cc45f79a2d0da0e2711f9a393de037251

commit 3420e25cc45f79a2d0da0e2711f9a393de037251
Author: mdjones <mdjones@chromium.org>
Date: Tue May 09 16:10:55 2017

[Home] Add more descriptive user actions for opening/closing the bottom sheet

This change replaces the Android.ChromeHome.Opened and supplements
the Android.ChromeHome.Closed user actions with four new ones each.
For opening, the new actions are:
- Android.ChromeHome.OpenedBySwipe
- Android.ChromeHome.OpenedByOmnibox
- Android.ChromeHome.OpenedByNTP
- Android.ChromeHome.OpenedByExpandButton

For closing the sheet, the new actions are:
- Android.ChromeHome.ClosedBySwipe
- Android.ChromeHome.ClosedByNTPCloseButton
- Android.ChromeHome.ClosedByTapScrim
- Android.ChromeHome.ClosedByNavigation

BUG= 718954 

Review-Url: https://codereview.chromium.org/2868553003
Cr-Commit-Position: refs/heads/master@{#470348}

[modify] https://crrev.com/3420e25cc45f79a2d0da0e2711f9a393de037251/chrome/android/java/src/org/chromium/chrome/browser/ChromeTabbedActivity.java
[modify] https://crrev.com/3420e25cc45f79a2d0da0e2711f9a393de037251/chrome/android/java/src/org/chromium/chrome/browser/ntp/ChromeHomeNewTabPageBase.java
[modify] https://crrev.com/3420e25cc45f79a2d0da0e2711f9a393de037251/chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheet.java
[modify] https://crrev.com/3420e25cc45f79a2d0da0e2711f9a393de037251/chrome/android/java/src/org/chromium/chrome/browser/widget/bottomsheet/BottomSheetMetrics.java
[modify] https://crrev.com/3420e25cc45f79a2d0da0e2711f9a393de037251/tools/metrics/actions/actions.xml

Status: Fixed (was: Untriaged)

Sign in to add a comment