Amplitude · Example Payload

Experiment Management Api Segment Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

Experiment Management Api Segment 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

nameconditionsvariantpercentage

Example Payload

Raw ↑
{
  "name": "Example Name",
  "conditions": [
    {
      "type": "standard",
      "prop": "example_value",
      "op": "example_value",
      "values": [
        {}
      ]
    }
  ],
  "variant": "example_value",
  "percentage": 274
}