You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`EXTERNAL_ID_HASH`| The hash of the identifier sent in the incoming event. |
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. |
120
+
|`EXTERNAL_ID_VALUE`| The value of the identifier sent in the incoming event. |
121
+
|`ID`| A unique identifier for the table row. |
122
+
|`RECEIVED_AT`| The timestamp when the Segment API receives the payload from the client or server. |
123
+
|`SEGMENT_ID`| The Profile ID that Segment appends to an event or an identifier at the time it was first observed. |
124
+
|`SEQ`| A sequential value derived from the timestamp. |
125
+
|`TIMESTAMP`| The UTC-converted timestamp set by the Segment library. |
126
+
|`TRIGGERING_EVENT_ID`| The specific ID of the incoming event. |
127
+
|`TRIGGERING_EVENT_NAME`| The specific name of the incoming event. |
128
+
|`TRIGGERING_EVENT_SOURCE_ID`| The specific source ID of the incoming event. |
129
+
|`TRIGGERING_EVENT_SOURCE_NAME`| The name of the source that triggered the event. |
130
+
|`TRIGGERING_EVENT_SOURCE_SLUG`| The slug of the source that triggered the event. |
131
+
|`TRIGGERING_EVENT_TYPE`| The type of tracking method used for triggering the incoming event. |
132
+
|`UUID_TS`| A unique identifier of the timestamp. |
133
+
115
134
116
135
The anonymous site visits sample used earlier would generate the following events:
0 commit comments