Solved

Where can I get explanation of 'EXPORT DATA' from Export API?


Hi.

I want to know about detail explanation of export json data.

 

Below is columns of export data.

 

{"$insert_id":"",

"$insert_key":"",

"$schema":13,

"adid":null,

"amplitude_attribution_ids":null,

"amplitude_event_type":null,

"amplitude_id":,

"app":,

"city":"",

"client_event_time":"2022-07-03 11:00:30.942000",

"client_upload_time":"2022-07-03 11:00:31.676000",

"country":"",

"data":{"group_first_event":{},

"group_ids":{}},

"data_type":"event",

"device_brand":null,

"device_carrier":null,

"device_family":"",

"device_id":"",

"device_manufacturer":"",

"device_model":"S",

"device_type":"",

"dma":null,

"event_id":6,

"event_properties":{},

"event_time":"2022-07-03 11:00:30.942000",

"event_type":"menu_logo",

"global_user_properties":{},

"group_properties":{},

"groups":{},

"idfa":null,

"ip_address":"",

"is_attribution_event":false,

"language":"",

"library":"amplitude-js/8.18.4",

"location_lat":null,

"location_lng":null,

"os_name":"Chrome",

"os_version":"101",

"partner_id":null,

"paying":null,

"plan":{},

"platform":"Web",

"processed_time":"2022-07-03 11:00:35.408296",

"region":"",

"sample_rate":null,

"server_received_time":"2022-07-03 11:00:32.657000",

"server_upload_time":"2022-07-03 11:00:32.660000",

"session_id":,

"source_id":null,

"start_version":null,

"user_creation_time":"2022-07-01 02:03:32.045000",

"user_id":"",

"user_properties":{},

"uuid":"",

"version_name":null}

 

 

Where can I find it?

 

Thank you for your help.

 

Best regards,

Aness.

icon

Best answer by Saish Redkar 6 July 2022, 04:06

View original

2 replies

Userlevel 7
Badge +10

Hey @aness 

I haven’t seen a detailed explanation for these export fields from the Export API in one place yet.

But most of them can be interpreted using the information in the following links -

 

Some of these fields are Amplitude related ids which Amplitude populates on its backend and most of the other fields are what is sent by your instrumentation - either the SDKs or HTTP API.

 

Let me know if this helps.

Hello @Saish Redkar

Thank you for answering!

It’s very helpful.

 

Have a good day:)

 

From Aness

Reply