File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
src/profiles/profiles-sync Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -117,11 +117,11 @@ The anonymous site visits sample used earlier would generate the following event
117117
118118<div style =" overflow-x :auto ;" markdown =1 >
119119
120- | ` segment_id ` | ` canonical_segment_id ` | ` triggering_event_type ` | ` triggering_event_id ` | ` timestamp ` |
121- | ------------ | ---------------------- | ----------------------- | --------------------- | ------------------- |
122- | ` profile_1 ` | ` profile_1 ` | ` page ` | ` event_1 ` | 2022-05-02 14:01:00 |
123- | ` profile_2 ` | ` profile_2 ` | ` page ` | ` event_3 ` | 2022-06-22 10:47:15 |
124- | ` profile_2 ` | ` profile_1 ` | ` identify ` | ` event_4 ` | 2022-06-22 10:48:00 |
120+ | ` segment_id ` | ` external_id_type ` | ` external_id_value ` | ` triggering_event_type ` | ` triggering_event_id ` | ` timestamp ` |
121+ | ------------ | -------------------| ------------------------ | ----------------------- | ----------------------- | ------------------- |
122+ | ` profile_1 ` | ` anonymous_id ` | ` 5285bc35-05ef-4d21 ` | ` page ` | ` event_1 ` | 2022-05-02 14:01:00 |
123+ | ` profile_1 ` | ` email ` | ` jane.kim@segment.com ` | ` identify ` | ` event_2 ` | 2022-05-02 14:01:47 |
124+ | ` profile_2 ` | ` anonymous_id ` | ` b50e18a5-1b8d-451c ` | ` page ` | ` event_3 ` | 2022-06-22 10:48:00 |
125125
126126</div >
127127
You can’t perform that action at this time.
0 commit comments