Amplitude · Example Payload

User Profile Api Recommendation Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

User Profile Api Recommendation Example is an example object payload from Amplitude, with 5 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

rec_idchild_idsis_controlrecommendation_typetitle

Example Payload

Raw ↑
{
  "rec_id": "500123",
  "child_ids": [
    "example_value"
  ],
  "is_control": true,
  "recommendation_type": "standard",
  "title": "example_value"
}