Amplitude · Example Payload

Experiment Evaluation Api Flag Configuration Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Experiment Evaluation Api Flag Configuration Example is an example object payload from Amplitude, with 4 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

keymetadatasegmentsvariants

Example Payload

Raw ↑
{
  "key": "example_value",
  "metadata": {
    "deployed": true,
    "evaluationMode": "example_value",
    "flagType": "standard",
    "flagVersion": 601
  },
  "segments": [
    {
      "conditions": [
        {}
      ],
      "variant": "example_value"
    }
  ],
  "variants": {}
}