Visit tracking metric only correct when opening in the current tab. |
||
Issue descriptionThe way we track visit length on snippets listens to even in the current tab. That doesn't work in at least the following cases: - opened in incognito tab - opened in new tab - opened in new window - snippet is an offline page - snippet is a downloaded file (but I guess that's WAI in this case) Reference: https://cs.chromium.org/chromium/src/chrome/android/java/src/org/chromium/chrome/browser/ntp/NewTabPage.java?q=monitorContentSuggestionVisit&sq=package:chromium&l=357&dr=C
,
Nov 10 2016
Opening in a new window in relevant on mobile in android N in split-screen mode. The issue isn't that we don't track opening in a new tab or that we track it incorrectly. The issue is that however we open an article (same tab, new tab, etc) we track the time from opening the article until the current tab is closed as a single metric. This works for opening in the same tab, but if the user was to open an article in a new tab we would record the time from then until the New Tab Page (which the user may just leave open in the background) is closed and this would be part of the histogram recorded. This may get worse if we assume certain users will go through the list of articles, open multiple in new tabs and then deal with them later. However in practice I'm not sure how likely this case is, and if it could be solved by just ignoring the outliers in the histogram
,
Nov 17 2016
Merging into the newer bug which documents the current state of affairs. |
||
►
Sign in to add a comment |
||
Comment 1 by fi...@chromium.org
, Nov 10 2016