Slide 16
Slide 16 text
Solution
The experiment
© 2021 ASOS
1{
2 "querystring-changes": [
3 {
4 // Add param `tst-var=BEAUTYv2` if it doesn't exist, replace it otherwise
5 "key": "tst-var",
6 "operation": {
7 "type": "replace",
8 "value": "BEAUTYv2"
9 }
10 },
11 {
12 // Another key value pair goes here
13 }
14 ],
15 "headers-changes": […],
16}
The “navigation-beauty-banner” experiment has N variations, each with JSON associated to it,
describing how to modify the API request: