-
Notifications
You must be signed in to change notification settings - Fork 950
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Experiment: Removing Browser Onboarding CTAs (#4642)
Task/Issue URL: https://app.asana.com/0/1201807753394693/1207385522349489/f ### Description Retention Experiment where the experimental variant won't see onboarding Dax dialogs in the browser. - _mp_: Control variant - _mo_: Experimental variant ### Steps to test this PR **_Pre steps_** - [ ] Set `PRIVACY_REMOTE_CONFIG_URL = https://jsonblob.com/api/1250458078377009152` in `PrivacyFeatureName.kt` **_Control variant_** - [ ] Set the experimental variant weight to 0 and the control variant weight to 1 in the [JSON Blob link](https://jsonblob.com/1250458078377009152) ``` { "desc": "Control group for not showing onboarding CTAs experiment", "variantKey": "mp", "weight": 1 }, { "desc": "Dax dialogs removal during onboarding experimental group", "variantKey": "mo", "weight": 0 } ``` - [x] Delete `DuckDuckGo` directory from Downloads folder in your device to take part of the experiment - [x] Fresh install - [x] Go to browser - [x] Check Dax dialog (search suggestions) is shown in home page - [x] Perform a search - [x] Check SERP Dax dialog is shown on top of the site - [x] Go to `bbc.co.uk` - [x] Check TrackersBlocked Dax dialog is shown - [x] Dismiss dialog - [x] Open new tab - [x] Check End Dax dialog is shown in new tab page **_Experimental variant_** - [x] Set the experimental variant weight to 0 and the control variant weight to 1 in the [JSON Blob link](https://jsonblob.com/1250458078377009152) ``` { "desc": "Control group for not showing onboarding CTAs experiment", "variantKey": "mp", "weight": 0 }, { "desc": "Dax dialogs removal during onboarding experimental group", "variantKey": "mo", "weight": 1 } ``` - [x] Delete `DuckDuckGo` directory from Downloads folder in your device to take part of the experiment - [x] Fresh install - [x] Go to browser - [x] Check Dax dialog is **not** shown in home page. You will see Dax Icon instead - [x] Perform a search - [x] Check Dax dialog is **not** shown - [x] Go to `bbc.co.uk` - [x] Check Dax dialog is **not** shown - [x] Open new tab - [x] Check Dax dialog is **not** shown in home page. You will see Dax Icon instead ### No UI changes
- Loading branch information
Showing
5 changed files
with
109 additions
and
62 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters