Skip to content

Commit f0a4212

Browse files
committed
A few edits
1 parent fe0d1aa commit f0a4212

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -116,10 +116,10 @@ This table maps Segment-generated identifiers, like `segment_id`, to external id
116116
| field | description |
117117
| ----------------------------- | --------------------------------------------------------------------------------------------------- |
118118
| `EXTERNAL_ID_HASH` | The hash of the identifier sent in the incoming event. |
119-
| `EXTERNAL_ID_TYPE` | The type of the external identifier sent in the incoming event such as `user_id` or `anonymous_id`. External identifiers become the identities attached to a user profile. |
119+
| `EXTERNAL_ID_TYPE` | The type of external identifier sent in the incoming event, such as `user_id` or `anonymous_id`. External identifiers become the identities attached to a user profile. |
120120
| `EXTERNAL_ID_VALUE` | The value of the identifier sent in the incoming event. |
121121
| `ID` | A unique identifier for the table row. |
122-
| `RECEIVED_AT` | The timestamp when the Segment API receives the payload from client or server. |
122+
| `RECEIVED_AT` | The timestamp when the Segment API receives the payload from the client or server. |
123123
| `SEGMENT_ID` | The Profile ID that Segment appends to an event or an identifier at the time it was first observed. |
124124
| `SEQ` | A sequential value derived from the timestamp. |
125125
| `TIMESTAMP` | The UTC-converted timestamp set by the Segment library. |
@@ -128,7 +128,7 @@ This table maps Segment-generated identifiers, like `segment_id`, to external id
128128
| `TRIGGERING_EVENT_SOURCE_ID` | The specific source ID of the incoming event. |
129129
| `TRIGGERING_EVENT_SOURCE_NAME`| The name of the source that triggered the event. |
130130
| `TRIGGERING_EVENT_SOURCE_SLUG`| The slug of the source that triggered the event. |
131-
| `TRIGGERING_EVENT_TYPE` | The type of the tracking method used for triggering the incoming event. |
131+
| `TRIGGERING_EVENT_TYPE` | The type of tracking method used for triggering the incoming event. |
132132
| `UUID_TS` | A unique identifier of the timestamp. |
133133

134134

0 commit comments

Comments
 (0)