|
| 1 | +{"ff": { |
| 2 | + "d": [ |
| 3 | + { |
| 4 | + "trafficTypeName": "user", |
| 5 | + "name": "test_prereq", |
| 6 | + "prerequisites": [ |
| 7 | + { "n": "feature_segment", "ts": ["off", "def_test"] }, |
| 8 | + { "n": "rbs_flag", "ts": ["on"] } |
| 9 | + ], |
| 10 | + "trafficAllocation": 100, |
| 11 | + "trafficAllocationSeed": 1582960494, |
| 12 | + "seed": 1842944006, |
| 13 | + "status": "ACTIVE", |
| 14 | + "killed": false, |
| 15 | + "defaultTreatment": "def_treatment", |
| 16 | + "changeNumber": 1582741588594, |
| 17 | + "algo": 2, |
| 18 | + "configurations": {}, |
| 19 | + "conditions": [ |
| 20 | + { |
| 21 | + "conditionType": "ROLLOUT", |
| 22 | + "matcherGroup": { |
| 23 | + "combiner": "AND", |
| 24 | + "matchers": [ |
| 25 | + { |
| 26 | + "keySelector": { |
| 27 | + "trafficType": "user", |
| 28 | + "attribute": null |
| 29 | + }, |
| 30 | + "matcherType": "ALL_KEYS", |
| 31 | + "negate": false, |
| 32 | + "userDefinedSegmentMatcherData": null, |
| 33 | + "whitelistMatcherData": null, |
| 34 | + "unaryNumericMatcherData": null, |
| 35 | + "betweenMatcherData": null, |
| 36 | + "booleanMatcherData": null, |
| 37 | + "dependencyMatcherData": null, |
| 38 | + "stringMatcherData": null |
| 39 | + } |
| 40 | + ] |
| 41 | + }, |
| 42 | + "partitions": [ |
| 43 | + { |
| 44 | + "treatment": "on", |
| 45 | + "size": 100 |
| 46 | + }, |
| 47 | + { |
| 48 | + "treatment": "off", |
| 49 | + "size": 0 |
| 50 | + } |
| 51 | + ], |
| 52 | + "label": "default rule" |
| 53 | + } |
| 54 | + ] |
| 55 | + }, |
| 56 | + { |
| 57 | + "name":"feature_segment", |
| 58 | + "trafficTypeId":"u", |
| 59 | + "trafficTypeName":"User", |
| 60 | + "trafficAllocation": 100, |
| 61 | + "trafficAllocationSeed": 1582960494, |
| 62 | + "seed":-1177551240, |
| 63 | + "status":"ACTIVE", |
| 64 | + "killed":false, |
| 65 | + "defaultTreatment":"def_test", |
| 66 | + "changeNumber": 1582741588594, |
| 67 | + "algo": 2, |
| 68 | + "configurations": {}, |
| 69 | + "conditions":[ |
| 70 | + { |
| 71 | + "matcherGroup":{ |
| 72 | + "combiner":"AND", |
| 73 | + "matchers":[ |
| 74 | + { |
| 75 | + "matcherType":"IN_SEGMENT", |
| 76 | + "negate":false, |
| 77 | + "userDefinedSegmentMatcherData":{ |
| 78 | + "segmentName":"segment-test" |
| 79 | + }, |
| 80 | + "whitelistMatcherData":null |
| 81 | + } |
| 82 | + ] |
| 83 | + }, |
| 84 | + "partitions":[ |
| 85 | + { |
| 86 | + "treatment":"on", |
| 87 | + "size":100 |
| 88 | + }, |
| 89 | + { |
| 90 | + "treatment":"off", |
| 91 | + "size":0 |
| 92 | + } |
| 93 | + ], |
| 94 | + "label": "default label" |
| 95 | + } |
| 96 | + ] |
| 97 | + }, |
| 98 | + { |
| 99 | + "changeNumber": 10, |
| 100 | + "trafficTypeName": "user", |
| 101 | + "name": "rbs_flag", |
| 102 | + "trafficAllocation": 100, |
| 103 | + "trafficAllocationSeed": 1828377380, |
| 104 | + "seed": -286617921, |
| 105 | + "status": "ACTIVE", |
| 106 | + "killed": false, |
| 107 | + "defaultTreatment": "off", |
| 108 | + "algo": 2, |
| 109 | + "conditions": [ |
| 110 | + { |
| 111 | + "conditionType": "ROLLOUT", |
| 112 | + "matcherGroup": { |
| 113 | + "combiner": "AND", |
| 114 | + "matchers": [ |
| 115 | + { |
| 116 | + "keySelector": { |
| 117 | + "trafficType": "user" |
| 118 | + }, |
| 119 | + "matcherType": "IN_RULE_BASED_SEGMENT", |
| 120 | + "negate": false, |
| 121 | + "userDefinedSegmentMatcherData": { |
| 122 | + "segmentName": "sample_rule_based_segment" |
| 123 | + } |
| 124 | + } |
| 125 | + ] |
| 126 | + }, |
| 127 | + "partitions": [ |
| 128 | + { |
| 129 | + "treatment": "on", |
| 130 | + "size": 100 |
| 131 | + }, |
| 132 | + { |
| 133 | + "treatment": "off", |
| 134 | + "size": 0 |
| 135 | + } |
| 136 | + ], |
| 137 | + "label": "in rule based segment sample_rule_based_segment" |
| 138 | + }, |
| 139 | + { |
| 140 | + "conditionType": "ROLLOUT", |
| 141 | + "matcherGroup": { |
| 142 | + "combiner": "AND", |
| 143 | + "matchers": [ |
| 144 | + { |
| 145 | + "keySelector": { |
| 146 | + "trafficType": "user" |
| 147 | + }, |
| 148 | + "matcherType": "ALL_KEYS", |
| 149 | + "negate": false |
| 150 | + } |
| 151 | + ] |
| 152 | + }, |
| 153 | + "partitions": [ |
| 154 | + { |
| 155 | + "treatment": "on", |
| 156 | + "size": 0 |
| 157 | + }, |
| 158 | + { |
| 159 | + "treatment": "off", |
| 160 | + "size": 100 |
| 161 | + } |
| 162 | + ], |
| 163 | + "label": "default rule" |
| 164 | + } |
| 165 | + ], |
| 166 | + "configurations": {}, |
| 167 | + "sets": [], |
| 168 | + "impressionsDisabled": false |
| 169 | + }, |
| 170 | + { |
| 171 | + "trafficTypeName": "user", |
| 172 | + "name": "prereq_chain", |
| 173 | + "prerequisites": [ |
| 174 | + { "n": "test_prereq", "ts": ["on"] } |
| 175 | + ], |
| 176 | + "trafficAllocation": 100, |
| 177 | + "trafficAllocationSeed": -2092979940, |
| 178 | + "seed": 105482719, |
| 179 | + "status": "ACTIVE", |
| 180 | + "killed": false, |
| 181 | + "defaultTreatment": "on_default", |
| 182 | + "changeNumber": 1585948850109, |
| 183 | + "algo": 2, |
| 184 | + "configurations": {}, |
| 185 | + "conditions": [ |
| 186 | + { |
| 187 | + "conditionType": "WHITELIST", |
| 188 | + "matcherGroup": { |
| 189 | + "combiner": "AND", |
| 190 | + "matchers": [ |
| 191 | + { |
| 192 | + "keySelector": null, |
| 193 | + "matcherType": "WHITELIST", |
| 194 | + "negate": false, |
| 195 | + "userDefinedSegmentMatcherData": null, |
| 196 | + "whitelistMatcherData": { |
| 197 | + "whitelist": [ |
| 198 | + "bilal@split.io" |
| 199 | + ] |
| 200 | + }, |
| 201 | + "unaryNumericMatcherData": null, |
| 202 | + "betweenMatcherData": null, |
| 203 | + "booleanMatcherData": null, |
| 204 | + "dependencyMatcherData": null, |
| 205 | + "stringMatcherData": null |
| 206 | + } |
| 207 | + ] |
| 208 | + }, |
| 209 | + "partitions": [ |
| 210 | + { |
| 211 | + "treatment": "on_whitelist", |
| 212 | + "size": 100 |
| 213 | + } |
| 214 | + ], |
| 215 | + "label": "whitelisted" |
| 216 | + }, |
| 217 | + { |
| 218 | + "conditionType": "ROLLOUT", |
| 219 | + "matcherGroup": { |
| 220 | + "combiner": "AND", |
| 221 | + "matchers": [ |
| 222 | + { |
| 223 | + "keySelector": { |
| 224 | + "trafficType": "user", |
| 225 | + "attribute": null |
| 226 | + }, |
| 227 | + "matcherType": "ALL_KEYS", |
| 228 | + "negate": false, |
| 229 | + "userDefinedSegmentMatcherData": null, |
| 230 | + "whitelistMatcherData": null, |
| 231 | + "unaryNumericMatcherData": null, |
| 232 | + "betweenMatcherData": null, |
| 233 | + "booleanMatcherData": null, |
| 234 | + "dependencyMatcherData": null, |
| 235 | + "stringMatcherData": null |
| 236 | + } |
| 237 | + ] |
| 238 | + }, |
| 239 | + "partitions": [ |
| 240 | + { |
| 241 | + "treatment": "on", |
| 242 | + "size": 100 |
| 243 | + }, |
| 244 | + { |
| 245 | + "treatment": "off", |
| 246 | + "size": 0 |
| 247 | + }, |
| 248 | + { |
| 249 | + "treatment": "V1", |
| 250 | + "size": 0 |
| 251 | + } |
| 252 | + ], |
| 253 | + "label": "default rule" |
| 254 | + } |
| 255 | + ] |
| 256 | + } |
| 257 | + ], |
| 258 | + "s": -1, |
| 259 | + "t": 1585948850109 |
| 260 | +}, "rbs":{"d": [ |
| 261 | + { |
| 262 | + "changeNumber": 5, |
| 263 | + "name": "sample_rule_based_segment", |
| 264 | + "status": "ACTIVE", |
| 265 | + "trafficTypeName": "user", |
| 266 | + "excluded":{ |
| 267 | + "keys":["mauro@split.io","gaston@split.io"], |
| 268 | + "segments":[] |
| 269 | + }, |
| 270 | + "conditions": [ |
| 271 | + { |
| 272 | + "matcherGroup": { |
| 273 | + "combiner": "AND", |
| 274 | + "matchers": [ |
| 275 | + { |
| 276 | + "keySelector": { |
| 277 | + "trafficType": "user", |
| 278 | + "attribute": "email" |
| 279 | + }, |
| 280 | + "matcherType": "ENDS_WITH", |
| 281 | + "negate": false, |
| 282 | + "whitelistMatcherData": { |
| 283 | + "whitelist": [ |
| 284 | + "@split.io" |
| 285 | + ] |
| 286 | + } |
| 287 | + } |
| 288 | + ] |
| 289 | + } |
| 290 | + } |
| 291 | + ] |
| 292 | + }], "s": -1, "t": 1585948850109} |
| 293 | +} |
0 commit comments