curl --request POST \
--url https://api.kameleoon.com/results/estimation \
--header 'Content-Type: application/json' \
--data '
{
"trafficAllocation": {},
"dailyVisitors": 123,
"conversionRate": 123,
"reliability": 123,
"improvement": 123
}
'{
"days": 123
}Estimate duration of a campaign
curl --request POST \
--url https://api.kameleoon.com/results/estimation \
--header 'Content-Type: application/json' \
--data '
{
"trafficAllocation": {},
"dailyVisitors": 123,
"conversionRate": 123,
"reliability": 123,
"improvement": 123
}
'{
"days": 123
}Documentation Index
Fetch the complete documentation index at: https://docs.kameleoon.com/llms.txt
Use this file to discover all available pages before exploring further.
Was this page helpful?