Skip to content

Commit 79645fc

Browse files
Update data_mapping.mdx (#3619)
grammar stuff
1 parent b6e0d1a commit 79645fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/data-warehouse-ingestion/data_mapping.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Statsig requires certain data schema in order for proper processing. We support
1616

1717
During setup, we will ask you to map columns in your data output to fields Statsig expects and run a small sample query to make sure that there aren't any basic issues with data types, the mapping, or the base query itself.
1818

19-
Please note that we will cast fields into the appropriate type. For example, Statsig accepts String IDs, but it's okay to leave an ID field as an integer.
19+
Please note that we will cast fields into the appropriate type. For example, Statsig accepts string IDs, but it is okay to leave an ID field as an integer.
2020

2121
---
2222

@@ -28,7 +28,7 @@ Events that are emitted by your application to measure the ongoing impact of you
2828

2929
| Column | Description | Format/Rules |
3030
| ---------- | -------------------------------------- | --------------------------------------------------------------------------------- |
31-
| timestamp | The unix time your event was logged at | BIGINT. please cast timestamps into epoch time in seconds |
31+
| timestamp | The unix time your event was logged at | BIGINT. Please cast timestamps into epoch time in seconds |
3232
| event_name | The name of the event | STRING/VARCHAR. Not null. Length < 128 characters |
3333
| unit_id | Unique unit identifier | STRING/VARCHAR. User ID, Stable ID, etc. The same event row can have multiple IDs |
3434

@@ -116,7 +116,7 @@ Exposure events are generated by your assignment tool, when it assigns your user
116116

117117
| Column | Description | Format/Rules |
118118
| ---------- | ------------------------------------------- | --------------------------------------------------------------------------------- |
119-
| timestamp | The unix time your event was logged at | BIGINT. please cast timestamps into timezoneless unix time |
119+
| timestamp | The unix time your event was logged at | BIGINT. Please cast timestamps into timezoneless unix time |
120120
| experiment | Your experiment identifier | STRING/VARCHAR. Not null. Length < 128 characters |
121121
| group_id | Unique identifier for the experiment groups | STRING/VARCHAR. Not null. |
122122
| unit_id | Unique user identifier | STRING/VARCHAR. User ID, Stable ID, etc. The same event row can have multiple IDs |

0 commit comments

Comments
 (0)