Event Data Export¶
This feature lets you export your tracked events to other services such as Amazon S3.
Get Started¶
Event Data export is a paid feature. Please contact the chat at the bottom right of the administration screen or our sales representative.
Output Specification¶
The raw data output by Event Data Export will be exported as gz compressed file format, processed by Amazon S3 that Repro uses.
The details are as follows:
Attribute |
Description |
---|---|
S3 Object key |
{project_id}/custom_event_histories/yyyymmddhh/
{project_id}_custom_event_history_{index}.{hash}.csv.gz |
Output Format |
CSV format, gzipped, no header |
Character Encoding |
UTF-8 |
Line Break Types |
LF |
Escape Character |
Double quote (") |
Upload Frequency |
Every hour |
Upload Target (Full or Diff) |
Diff |
Handling of No Data for Output |
No file will be generated |
File size |
Depends on the number of events |
Note
Data can be exported once feature is enabled. Previous data cannot be exported.
Data retention period is 30 days.
Event Data export provides you with the raw data which may be different from the values appear in the dashboard, because the values in the dashboard are approximated for better viewing performance.Please refer to User definition for more detail about approximation.
CSV Format¶
CSV should contain the below content without any headers.
2022-04-01T00:00:00.000Z,event-41,"{""campaign_id"":""abcdefg"",""product_id"":512,""product_category"":""female""}",user-1234,ios,xxxx-xxxx-xxxx-xxxx,""
2022-04-01T00:00:00.000Z,event-33,"{""campaign_id"":""hijklmn"",""product_id"":417,""product_category"":""kids""}",user-9876,ios,xxxx-xxxx-xxxx-xxxx,""
2022-04-01T00:00:00.000Z,App Launch,,user-5678,android,xxxx-xxxx-xxxx-xxxx,""
Here is what each column does.
Column |
Description |
Example |
---|---|---|
tracked_at |
Tracking Time (UTC) |
2022-04-01T00:00:00.000Z |
name |
Event Name |
tracking_event_name |
properties |
Event Property |
"{""gender"":""female"",""logged in"":""no""}" |
user_id |
userA |
|
os |
OS | ios |
device_id |
0000AB12-ABCD-4321-89AB-A1B2C3D4E5F |
|
(Discontinued) |
Empty string |
"" |
Note
Effective from the 23th April 2024, the output of the 7th column has been discontinued, it now uniformly outputs an empty string.