Skip to content

Conversation

@nalcalag
Copy link
Contributor

@nalcalag nalcalag commented Jun 12, 2024

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
          {
            "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
          }
  • Delete DuckDuckGo directory from Downloads folder in your device to take part of the experiment
  • Fresh install
  • Go to browser
  • Check Dax dialog (search suggestions) is shown in home page
  • Perform a search
  • Check SERP Dax dialog is shown on top of the site
  • Go to bbc.co.uk
  • Check TrackersBlocked Dax dialog is shown
  • Dismiss dialog
  • Open new tab
  • Check End Dax dialog is shown in new tab page

Experimental variant

  • Set the experimental variant weight to 0 and the control variant weight to 1 in the JSON Blob link
          {
            "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
          }
  • Delete DuckDuckGo directory from Downloads folder in your device to take part of the experiment
  • Fresh install
  • Go to browser
  • Check Dax dialog is not shown in home page. You will see Dax Icon instead
  • Perform a search
  • Check Dax dialog is not shown
  • Go to bbc.co.uk
  • Check Dax dialog is not shown
  • Open new tab
  • Check Dax dialog is not shown in home page. You will see Dax Icon instead

No UI changes

@nalcalag
Copy link
Contributor Author

This stack of pull requests is managed by Graphite. Learn more about stacking.

Join @nalcalag and the rest of your teammates on Graphite Graphite

@nalcalag nalcalag force-pushed the feature/noelia/no_browser_ctas_experiment branch from 932d9db to fbdd15e Compare June 13, 2024 12:39
@nalcalag nalcalag marked this pull request as ready for review June 13, 2024 12:40
@nalcalag nalcalag force-pushed the feature/noelia/no_browser_ctas_experiment branch from fbdd15e to 56f6656 Compare June 14, 2024 10:54
Copy link
Contributor

@marcosholgado marcosholgado left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nalcalag nalcalag merged commit 9704bfd into develop Jun 14, 2024
@nalcalag nalcalag deleted the feature/noelia/no_browser_ctas_experiment branch June 14, 2024 19:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants