Skip to content

Commit 1bd04c0

Browse files
committed
Profiles > Unify fixes
1 parent 53c9f11 commit 1bd04c0

File tree

3 files changed

+2
-15
lines changed

3 files changed

+2
-15
lines changed

src/unify/faqs.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Each incoming event is analyzed and external IDs are extracted (`user_id`, `anon
2424
2. If Segment finds no matching profile(s), it creates one.
2525
3. If Segment finds one profile, it merges the incoming event with that profile. (This means that Segment adds the external IDs on the incoming message and resolves the event to the profile.)
2626
4. If Segment finds multiple matching profiles, Segment applies the identity resolution settings for merge protection. Specifically, Segment uses identifier limits and priorities to add the correct identifiers to the profile.
27-
5. Segment then applies [Profile limits](/docs/unify/profile-api-limits/) to ensure profiles remain under these limits. Segment doesn't add any further merges or mappings if the profile is at either limit, but event resolution for the profile will continue.
27+
5. Segment then applies [limits](/docs/unify/profile-api-limits/) to ensure profiles remain under these limits. Segment doesn't add any further merges or mappings if the profile is at either limit, but event resolution for the profile will continue.
2828

2929
{% comment %}
3030

src/unify/profiles-sync/index.md

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -112,19 +112,6 @@ As you use Profiles Sync, please keep the following limits in mind:
112112
- For every sync, the total dataset Segment can sync is limited to 20TB.
113113

114114

115-
116-
### Step 3: Materialize key views using a SQL automation tool
117-
118-
To start seeing unified profiles in your warehouse and build attribution models, you'll need to materialize the tables that Profiles Sync lands into three key views:
119-
120-
* `id_graph`: the current state of relationships between segment ids
121-
* `external_id_mapping`: the current-state mapping between each external identifier you’ve observed and its corresponding, fully-merged `canonical_segment_id`
122-
* `profile_traits`: the last seen value for all custom traits, computed traits, SQL traits, audiences, and journeys associated with a profile in a single row
123-
124-
Please visit [Tables you materialize](/docs/profiles/profiles-sync/tables/#tables-you-materialize) for more on how to materialize these views either on your own, or with [Segment's open source dbt models](https://github.com/segmentio/profiles-sync-dbt){:target="blank"}
125-
126-
127-
128115
## Working with synced warehouses
129116

130117
<!-- add transition line here -->

src/unify/quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ You probably have teammates who help set up your Segment Workspace with the data
4040
Segment recommends connecting your production website or App source as a great starting point.
4141

4242
> info ""
43-
> If the source you want to add doesn't appear on the list, then check if the source is enabled. If the source is enabled, verify that you have set up a connection policy which enforces that you can only add sources with specific labels to this space. Read more about Segment's connection policy [here](/docs/profiles/identity-resolution/space-setup/#step-three-set-up-a-connection-policy).
43+
> If the source you want to add doesn't appear on the list, then check if the source is enabled. If the source is enabled, verify that you have set up a connection policy which enforces that you can only add sources with specific labels to this space. Read more about Segment's connection policy [here](/docs/unify/identity-resolution/space-setup/#step-three-set-up-a-connection-policy).
4444
4545
> success ""
4646
> **Tip:** It sounds a little counter- intuitive to connect a production source to a developer space, but your production sources have rich user data in them, which is what you need to build and validate user profiles.

0 commit comments

Comments
 (0)