Closed Bug 1349585 Opened 7 years ago Closed 7 years ago

Setup an experiment for the Activity Stream New Tab page on Switchboard

Categories

(Firefox for iOS :: General, defect, P3)

Other
iOS
defect

Tracking

()

RESOLVED INVALID

People

(Reporter: sleroux, Assigned: sleroux)

References

Details

(Whiteboard: [MobileAS])

To start running the experiment we'll need to setup a basic JSON blob for the experiment. The JSON structure for an experiment looks like:

{
    "name": "activity-stream",
    "buckets": {
        "max": "0",
	"min": "0"
    },
   "last_modified": 1477585680944,
   "id": "d4fd9cfb-4c8b-4963-b21e-1c2f4bcd61d6",
   "match": {
	"appId": "^org.mozilla.fennec$"
    },
    "schema": 1467794476773
}

To start with, we'll need to match on the Nightly/Beta app identifiers:
"appId": "^org.mozilla.ios.FirefoxNightly$*|^org.mozilla.ios.FirefoxBeta$*"
Assignee: nobody → sleroux
Status: NEW → ASSIGNED
Thanks for Remy and the Kinto folks we have a dev instance running here:

https://kinto-ota.dev.mozaws.net/v1/buckets/ios/collections/experiments/records

Staging and Production are ready as well - just need the buckets created. 

I've setup one one test experiment - Activity Stream.
What's left:

- Set up buckets on staging/production instances
- Adjust the experiment to be what we want. I just took the Android defaults for now - 50% opt in against the .Fennec bundle identifier (dev builds only)
Priority: P2 → P3
No longer using Switchboard for this.
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → INVALID
You need to log in before you can comment on or make changes to this bug.