1
0
Fork 0
firefox/mobile/android/fenix/docs/Implementing-a-Nimbus-Experiment.md
Daniel Baumann 5e9a113729
Adding upstream version 140.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-25 09:37:52 +02:00

907 B

Implementing a Nimbus Experiment

Follow instructions in https://experimenter.info/mobile-feature-api. Example implementation here

Nimbus FML https://experimenter.info/fml-spec/

There are some clarification on how to test your Nimbus implementation:

  1. Add nimbus.remote-settings.url=https://settings-cdn.stage.mozaws.net to local.properties.
  2. After building Fenix, make sure you turn on Secret Settings -> Use Nimbus Preview Collections.
  3. The experiment in https://stage.experimenter.nonprod.dataops.mozgcp.net/nimbus/ does not have to be live for the test. In preview is sufficient.
  4. Example of a test is here
  5. Make sure you archive the test after you're done with it.
  6. In your PR, make sure to submit the change for .experimenter.yaml as well.