v2
latestOpenAPI 3.0.02026-08-073221853.1 MBAutotunes
Create Autotune
post/console/v1/autotunes
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%"
}
}