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

Implement any eligibility requirements for the study #35

Closed biancadanforth closed 6 years ago

biancadanforth commented 6 years ago

These are handled in Config.jsm in the isEligible() method.

Outside of the "Audience Definition" from the original PHD, which I gather will be specified in Normandy, are there any eligibility requirements that should be enforced via the addon?

Eligibility


@MattGrimes, @gregglind, can you think of anything else?

MattGrimes commented 6 years ago

The user can't having tracking protection enabled by default. We can try to control that from the Normandy end, but it might also be worth doing so in the add-on. Maybe some basic version and channel enforcement as well to ensure we're getting Release users on 57+. @gregglind ?

On Mon, Jan 15, 2018 at 10:22 AM, Bianca Danforth notifications@github.com wrote:

These are handled in Config.jsm in the isEligible() method.

Outside of the "Audience Definition" from the original PHD https://docs.google.com/document/d/1OJq1EDMNqydNoR8Ui_916Uzq7SHq9rl0bfZTmO5dC3g/edit#heading=h.1vb6dqrhf3eo, which I gather will be specified in Normandy, are there any eligibility requirements that should be enforced via the addon? Eligibility

  • The user does not already have Tracking Protection enabled globally.

@MattGrimes https://github.com/mattgrimes, @gregglind https://github.com/gregglind, can you think of anything else?

— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/biancadanforth/tracking-protection-shield-study/issues/35, or mute the thread https://github.com/notifications/unsubscribe-auth/AGPDp8_5k7ymLkty048FbHCgJLuBRReEks5tK5dkgaJpZM4ReygB .

biancadanforth commented 6 years ago

Confirmed with Gregg that just just checking Tracking Protection setting has not been modified is enough for the addon. Normandy can check for version/channel.