Skip to content

Commit ed3ac0b

Browse files
authored
Merge pull request #7639 from segmentio/ksaha873-patch-1
Add note about `segment_id` behavior in Track event tables where ID res fails
2 parents 7c472e4 + e5a3e5d commit ed3ac0b

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

src/unify/profiles-sync/tables.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -265,19 +265,11 @@ Follow the steps below to change your schema name:
265265

266266
## Track event tables
267267

268-
Track event tables provide a complete event history, with one table for each unique named Track event. Segment syncs events based on the event sources you've connected to Unify.
269-
270-
These tables include a full set of Track event properties, with one column for each property.
271-
272-
Segment's Identity Resolution has processed these events, which contain a `segment_id`, enabling the data to be joined into a single profile record.
273-
274-
> success ""
275-
> These tables will have two months of historical data on backfill.
276-
277-
> info ""
278-
> To view and select individual track tables, edit your sync settings after you enable Profiles Sync, and wait for the initial sync to complete.
268+
Track event tables provide a complete event history, with one table for each unique Track event name. Segment syncs events based on the sources you’ve connected to Unify, and includes a column for each event property.
279269

270+
Each row also includes a `segment_id`, assigned by Identity Resolution, which you can use to join events to profile records. In rare cases where Identity Resolution fails, the `segment_id` may be `null`.
280271

272+
By default, Segment backfills these tables with two months of historical data. After the initial sync completes, you can view and manage individual track tables by editing your sync settings.
281273

282274
## Tables Segment materializes
283275

0 commit comments

Comments
 (0)