Amplitude · Example Payload

Attribution Api Attribution Event Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

user_iddevice_idevent_typeplatformos_nameos_versiondevice_branddevice_manufacturerdevice_modelcarriercountryregioncitylanguageadididfaidfvuser_propertiesevent_propertiestime

Example Payload

Raw ↑
{
  "user_id": "500123",
  "device_id": "500123",
  "event_type": "standard",
  "platform": "example_value",
  "os_name": "Example Name",
  "os_version": "example_value",
  "device_brand": "example_value",
  "device_manufacturer": "example_value",
  "device_model": "example_value",
  "carrier": "example_value",
  "country": "example_value",
  "region": "example_value",
  "city": "example_value",
  "language": "example_value",
  "adid": "example_value",
  "idfa": "example_value",
  "idfv": "example_value",
  "user_properties": {},
  "event_properties": {},
  "time": 1718153645993
}