AB Tasty · Example Payload

Decision Api Campaign Response Simple Example

AggregationExperimentationFeature FlagsPersonalizationA/B Testing

Decision Api Campaign Response Simple Example is an example object payload from AB Tasty, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

campaignsVariationmergedModifications

Example Payload

Raw ↑
{
  "campaignsVariation": [],
  "mergedModifications": {
    "button_color": "blue",
    "feature_enabled": true,
    "welcome_text": "Hello!"
  }
}