biancadanforth / tracking-protection-shield-study

A Shield study to determine the optimal messaging, if any, for Tracking Protection in Firefox.
0 stars 3 forks source link

Only show new tab variation and pageAction if values are non-zero? #15

Closed biancadanforth closed 6 years ago

biancadanforth commented 6 years ago

Currently the new tab variation and pageAction show up even before the user has visited any sites (i.e. there are no blocked resources, no blocked companies and no time saved).

screen shot 2018-01-11 at 11 00 50 am

screen shot 2018-01-11 at 11 01 59 am

Determine a threshhold for each quantity only after which these UI variations will be shown to the user.

biancadanforth commented 6 years ago

Here are my thoughts regarding good thresholds:

New tab variation (per session):

Page Action icon (per page):

biancadanforth commented 6 years ago

Actually, per the original UX guidelines,

"When a user enters a website, the number will read “0” and increase as the trackers are blocked. If no trackers are blocked on the page, the “0” will remain."

Is this also the case for the new tab page variation?

biancadanforth commented 6 years ago

After discussion with jsavory, while the pageAction will show and display 0 if no trackers are blocked on a page, the new tab modification will not show if the total number of blocked resources is 0.