Amplitude · Example Payload

Identify Api Identification Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

user_iddevice_iduser_properties

Example Payload

Raw ↑
{
  "user_id": "500123",
  "device_id": "500123",
  "user_properties": {
    "$set": {},
    "$setOnce": {},
    "$add": {},
    "$append": {},
    "$prepend": {},
    "$unset": {},
    "$remove": {}
  }
}