Skip to content

Commit 01c31b2

Browse files
committed
edits
1 parent ee3df7c commit 01c31b2

File tree

2 files changed

+4
-5
lines changed

2 files changed

+4
-5
lines changed

src/unify/linked-profiles/data-graph.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ To track what data has been sent to Segment on previous syncs, Segment stores de
4545
> success ""
4646
> Before getting started with the Data Graph, be sure to [set up your Snowflake permissions](/unify/linked-profiles/setup-guides/snowflake-setup/).
4747
48-
To connect your warehouse to the data graph:
48+
To connect your warehouse to the Data Graph:
4949

5050
1. In your Segment workspace, navigate to **Unify**, and select **Data Graph**.
5151
- This should be a Unify space with Profiles Sync already set up.
@@ -102,7 +102,7 @@ profile {
102102

103103
#### Entity
104104

105-
An entity is a stateful representation of a business object. The entity corresponds to a table in the warehouse that represents that entity.
105+
An entity is a stateful representation of a business object. The entity corresponds to a table in the warehouse that represents the entity.
106106

107107

108108
| Parameters | Definition |
@@ -144,8 +144,7 @@ Use the following relationship, parameters, and examples to help you relate enti
144144

145145
A profile can be related to an entity in two ways:
146146
1. With an `external_id`: Define the external ID that will be used to join the profile with your entity.
147-
- `type`: Identify the external ID type (`email`, `phone`, `user id`).
148-
- This corresponds to the `external_id_type` column in your `external_id_mapping` table.
147+
- `type`: Identify the external ID type (`email`, `phone`, `user id`). This corresponds to the `external_id_type` column in your `external_id_mapping` table.
149148
- `join_key`: This is the column on the entity table that you are matching to the external identifier.
150149
2. With a `trait`: Define a profile trait that will be used to join the profile with your entity.
151150
- `name`: The trait name that corresponds to a column name in your `profile_traits_updates` table.

src/unify/linked-profiles/linked-audiences.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Below are some example use cases to help you learn more about Linked Audiences.
3131
### Build an audience of cat owners
3232

3333
Build an audience with `Households` and `Pets` where:
34-
- `pets.type` equals "cat".
34+
- `pets.type` equals "cat"
3535

3636
In the Data Graph, `Households` and `Pets` are defined as entities and are represented as separate tables in your data warehouse.
3737

0 commit comments

Comments
 (0)