Amplitude · Example Payload

Http V2 Api Event Example

A/B TestingAnalyticsExperimentationFeature FlagsProduct AnalyticsUser Behavior

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

Top-level fields

user_iddevice_idevent_typetimeevent_propertiesuser_propertiesgroupsgroup_propertiesapp_versionplatformos_nameos_versiondevice_branddevice_manufacturerdevice_modelcarriercountryregioncitydmalanguagepricequantityrevenueproductIdrevenueTypelocation_latlocation_lngipidfaidfvadidandroid_idevent_idsession_idinsert_id

Example Payload

Raw ↑
{
  "user_id": "500123",
  "device_id": "500123",
  "event_type": "standard",
  "time": 1718153645993,
  "event_properties": {},
  "user_properties": {},
  "groups": {},
  "group_properties": {},
  "app_version": "example_value",
  "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",
  "dma": "example_value",
  "language": "example_value",
  "price": 20.5,
  "quantity": 803,
  "revenue": 27.75,
  "productId": "example_value",
  "revenueType": "standard",
  "location_lat": 16.02,
  "location_lng": 67.67,
  "ip": "example_value",
  "idfa": "example_value",
  "idfv": "example_value",
  "adid": "example_value",
  "android_id": "500123",
  "event_id": 815,
  "session_id": 972,
  "insert_id": "500123"
}