Amplitude · Example Payload

Experiment Evaluation Api Variant Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Experiment Evaluation Api Variant 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

keyvaluepayloadmetadata

Example Payload

Raw ↑
{
  "key": "example_value",
  "value": "example_value",
  "payload": "example_value",
  "metadata": {
    "experimentKey": "example_value",
    "flagType": "standard",
    "flagVersion": 689,
    "default": true
  }
}