Skip to main content
POST
/
goal-campaign
/
experiments
cURL
curl --request POST \
  --url https://api.kameleoon.com/goal-campaign/experiments \
  --header 'Content-Type: application/json' \
  --data '
{
  "goalId": 123,
  "cursor": "<string>",
  "pageSize": 123
}
'
{
  "impacts": [
    {
      "experimentId": 123,
      "variationId": 123,
      "data": {
        "visitors": 123,
        "convertedVisitors": 123,
        "conversions": 123,
        "revenue": 123,
        "improvementRate": 123,
        "improvementRange": {
          "min": 123,
          "max": 123,
          "half": 123
        },
        "reliability": 123
      }
    }
  ],
  "totalCount": 123,
  "nextCursor": "<string>"
}

Body

application/json
goalId
integer<int64>
required
impact
enum<string>
Available options:
POSITIVE,
NEGATIVE,
NEUTRAL
cursor
string
pageSize
integer<int32>

Response

OK

impacts
object[]
totalCount
integer<int64>
nextCursor
string