Open Bug 1886751 Opened 1 year ago Updated 1 year ago

Create experiment recipe for search widget experiment

Categories

(Firefox for Android :: Experimentation and Telemetry, task, P2)

All
Android
task

Tracking

()

People

(Reporter: towhite, Assigned: towhite)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fxdroid][group2])

See epic doc for details.

Priority: -- → P2
Assignee: nobody → towhite

Experiment recipe:

{
  "messages": {
    "search_widget_reminder": {
      "title": "juno_onboarding_add_search_widget_title",
      "text": "juno_onboarding_add_search_widget_description",
      "surface": "homescreen",
      "action": "INSTALL_SEARCH_WIDGET",
      "trigger-if-all": [
        "USER_ESTABLISHED_INSTALL"
      ],
      "exclude-if-any": [
        "SEARCH_WIDGET_IS_INSTALLED"
      ],
      "style": "PERSISTENT",
      "button-label": "juno_onboarding_add_search_widget_positive_button"
    }
  },
  "triggers": {
    "USER_ESTABLISHED_INSTALL_6": "number_of_app_launches >= 6",
    "SEARCH_WIDGET_IS_INSTALLED": "search_widget_is_installed"
  }
}

Using JSON from comment #1 above in test experiment here https://experimenter.services.mozilla.com/nimbus/test-android-search-widget-don-not-launch/summary doesn't start install search widget flow on click of Add Widget button probably because https://phabricator.services.mozilla.com/D205477 is still waiting to be landed.

Depends on: 1886792
You need to log in before you can comment on or make changes to this bug.