quaint-wolf-68910
06/23/2022, 4:23 PMorange-garden-13169
06/27/2022, 1:57 PMgentle-wall-94681
06/28/2022, 4:00 PMimportant-vase-1811
06/29/2022, 12:50 PMsparse-accountant-63897
06/29/2022, 7:49 PMtags
, description
etc. of a feature
through an API call?
apiResp = requests.get(gb_api_key)
bumpy-student-89073
07/01/2022, 5:51 AMconst growthbook = new GrowthBook({
attributes: { id: visitor_id },
features: await getFeatures(),
trackingCallback: (experiment, result) => {
console.log("EXPERIMENT", experiment)
console.log("RESULT", result)
res.cookie("GB_EXPERIMENTS", JSON.stringify([
{
key: experiment.key,
variationId: String(result.variationId)
}
]))
}
});
bumpy-student-89073
07/01/2022, 5:51 AMvariantId
is 0
bumpy-student-89073
07/01/2022, 5:52 AMvariantId
is 1
id doesn't set the cookiebumpy-student-89073
07/01/2022, 5:52 AMwide-stone-93283
07/01/2022, 6:57 PMearly-airplane-93166
07/04/2022, 9:09 AMearly-airplane-93166
07/04/2022, 9:28 AMearly-airplane-93166
07/04/2022, 9:29 AMearly-airplane-93166
07/04/2022, 9:30 AMearly-airplane-93166
07/04/2022, 10:48 AMacceptable-tent-71100
07/05/2022, 9:52 AMearly-airplane-93166
07/05/2022, 10:46 AMearly-airplane-93166
07/05/2022, 10:53 AMadventurous-jelly-25184
07/06/2022, 1:01 PMlate-oyster-63304
07/07/2022, 3:56 AMbig-oxygen-35528
07/07/2022, 6:24 AMearly-airplane-93166
07/10/2022, 1:16 PMearly-airplane-93166
07/10/2022, 1:16 PMearly-airplane-93166
07/10/2022, 1:18 PMearly-airplane-93166
07/10/2022, 1:46 PMearly-airplane-93166
07/11/2022, 7:33 AMearly-airplane-93166
07/11/2022, 11:12 AMearly-airplane-93166
07/11/2022, 1:20 PMwide-stone-93283
07/11/2022, 4:16 PM10% -> { foo": 1 }
10% -> { foo": 2 }
80% -> { foo": 3 }
we’ve seen that rollouts can be binary, but just were wondering if the configuration above is possible.bored-forest-47521
07/11/2022, 5:59 PM