Variation Group
Schema, including its fields, nested structure, and relationships
Definition
Payload Properties
{
"name": "Logged-in Users",
"variations": [
{ "name": "Original", "reference": true, "allocation": 50 },
{
"name": "Variation A",
"reference": false,
"allocation": 50,
"modifications": {
"type": "FLAG",
"value": { "new-nav": true }
}
}
],
"targeting": {
"targeting_groups": [
{
"targetings": [
{ "key": "isLoggedIn", "operator": "EQUALS", "value": true }
]
}
]
}
}Error Codes
Last updated
Was this helpful?

