Add profile age check to TOU_TARGETING_ANDROID_NOT_ACCEPTED_AND_NO_SPONSORED_OPT_OUTS advanced targeting
Categories
(Firefox for Android :: Experimentation and Telemetry, task, P1)
Tracking
()
People
(Reporter: cpeterson, Assigned: towhite)
References
(Blocks 1 open bug)
Details
(Whiteboard: [tos][fxdroid][group2])
We don't want to enroll users before they have a chance to accept the ToU during new user onboarding, so add a check for profile age > 28 days ({PROFILE28DAYS}):
to our TOU_TARGETING_ANDROID_NOT_ACCEPTED_AND_NO_SPONSORED_OPT_OUTS advanced targeting config:
Updated•2 months ago
|
Chris, should we also include updating TOU_TARGETING_ANDROID_NOT_ACCEPTED to include the 28 day check?
| Reporter | ||
Comment 2•2 months ago
|
||
(In reply to twhite from comment #1)
Chris, should we also include updating
TOU_TARGETING_ANDROID_NOT_ACCEPTEDto include the 28 day check?
Good catch. There's no need to update that targeting since none of our future experiments plan to use TOU_TARGETING_ANDROID_NOT_ACCEPTED. (Those experiments will use the 0/1/2 points targeting.) You can remove it in bug 1995564 as you noted there. :)
| Reporter | ||
Comment 3•2 months ago
|
||
Tom fixed this issue in bug 1994130.
| Reporter | ||
Comment 4•2 months ago
|
||
This issue was not actually a duplicate of bug 1994130. This issue was fixed in https://github.com/mozilla/experimenter/pull/13737
Description
•