jolly-journalist-68574
05/26/2023, 8:35 PMexperiment_id, experiment_name, variation_name
?
This is the SDK output that our Engineers are sending to me:
"experiment": {
"force": null,
"variations": [
{
"id_2": 2,
"id_3": 3,
"id_1": 1
},
{
"id_1": 4,
"id_2": 5,
"id_3": 6
},
{
"id_1": 7,
"id_2": 8,
"id_3": 9
}
],
"namespace": null,
"hashAttribute": "id",
"key": "test-json",
"weights": [
0.3334,
0.3333,
0.3333
],
"active": true,
"coverage": 1,
"condition": null
},
"experimentResult": {
"value": {
"id_1": 7,
"id_2": 8,
"id_3": 9
},
"hashUsed": true,
"hashAttribute": "id",
"hashValue": "ec62aa1bc0b142348b3ea6ea0382a722",
"inExperiment": true,
"variationId": 2
}
• Feature Key = Experiment ID? like test-json
in the example above
• What is an example of "Experiment Name"? Where in the GrowthBook UI is that input?
• How do we get "Experiment Name" and "Variation Name" to be passed back by the SDK?fresh-football-47124
jolly-journalist-68574
05/26/2023, 8:51 PMexperiment_name
and variation_name
auto populate there as "Required columns" when I check that "Use Name Columns" option to the leftfresh-football-47124
jolly-journalist-68574
05/26/2023, 8:58 PM