For EXP0001, split the users so that half are participating in the experiment, and the rest in the control variantBecomes
{
"EXP001": {
"$children": {
"participating": { "$rand": { "$gt": 0.5 } },
"control": { "$always": true }
}
}
}