Evolv · Example Payload

Evolv Configuration Basic Response Example

ExperimentationOptimizationPersonalizationA/B TestingMachine LearningConversion Rate OptimizationExperience OptimizationAnalyticsCompany

Evolv Configuration Basic Response Example is an example object payload from Evolv, with 1 top-level field. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

_experiments

Example Payload

Raw ↑
{
  "_experiments": [
    {
      "id": "experiment_1",
      "sample_rate": 1.0,
      "_candidates": [
        {
          "id": "candidate_1",
          "allocation_probability": 0.5,
          "genome": {
            "search": {
              "weighting": {
                "distance": 2.5
              }
            },
            "pages": {
              "all_pages": {
                "header_footer": [
                  "blue",
                  "white"
                ]
              },
              "testing_page": {
                "megatron": "none",
                "header": "white"
              }
            },
            "algorithms": {
              "feature_importance": false
            }
          }
        },
        {
          "id": "candidate_2",
          "allocation_probability": 0.5,
          "genome": {
            "search": {
              "weighting": {
                "distance": 5.0
              }
            },
            "pages": {
              "all_pages": {
                "header_footer": [
                  "blue",
                  "white"
                ]
              },
              "testing_page": {
                "megatron": "none",
                "header": "white"
              }
            },
            "algorithms": {
              "feature_importance": true
            }
          }
        }
      ]
    }
  ]
}