Create Autotune
Request body
Response
Create Autotune Success
Example response
{
"message": "Autotune Experiments created successfully.",
"data": {
"id": "button_color_test",
"isStarted": false,
"description": "Which color button gets the most clicks.",
"lastModifierID": "ajv762klv9nx9hca",
"lastModifierName": "CONSOLE API",
"inlineTargetingRulesJSON": "{}",
"inlineTargetingRules": [],
"variants": [
{
"name": "red",
"json": {
"color": "red"
}
},
{
"name": "blue",
"json": {
"color": "blue"
}
}
],
"successEvent": "click",
"successEventValue": "",
"explorationWindow": "1hr",
"attributionWindow": "2hrs",
"winnerThreshold": "99%"
}
}Changes
Changed in 1 of the 8 revisions of this API.26
- ●
added the new
afterenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
anyenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
any_case_sensitiveenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_allenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_anyenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
array_contains_noneenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
beforeenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
encoded_anyenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
gtenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
gteenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
is_not_nullenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
is_nullenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
ltenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
lteenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
noneenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
none_case_sensitiveenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
not_array_contains_allenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
onenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_contains_anyenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_contains_noneenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
str_matchesenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_eqenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_gtenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_gteenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_ltenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●
added the new
version_lteenum value to theallOf[subschema #2]/data/inlineTargetingRules/items/conditions/items/operatorresponse property for the response status201response-property-enum-value-added
- ●