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
@@ -71,118 +71,63 @@ You can also clone your linked audience to the same space from the List and Over
71
71
The linked audiences builder sources profile trait and event keys from the data warehouse. This data must be synced to the data warehouse (through Profiles Sync) before you can reference it in the linked audience builder. If there is a profile trait that exists in the Segment Profile but hasn’t successfully synced to the data warehouse yet, it will be grayed out so that it can’t be selected.
72
72
73
73
If you don’t see the value you’re looking for, you can manually enter it into the input field. Segment displays
74
-
the first 100 unique string entity property values from the data warehouse
75
-
If you want to opt out of displaying entity property values from the data warehouse, please contact Support.
76
-
the top 65 event property and context key values
77
-
the top 65 profile trait key values
74
+
75
+
* the first 100 unique string entity property values from the data warehouse
76
+
* If you want to opt out of displaying entity property values from the data warehouse, please contact Support.
77
+
* the top 65 event property and context key values
78
+
* the top 65 profile trait key values
78
79
79
80
The linked audience builder also returns a subset of available entity property key values, event property and context key values, and profile trait key values that you can select in the input field drop-down so that you don’t need to type in the exact value that you want to filter on.
80
81
81
-
You can only create nested entity conditions up to **six** levels in depth. For example, an entity condition that queries for relationships between Profiles, Accounts, Credit Cards, and Transactions has four levels of depth.
82
+
You can only create nested entity conditions up to six levels in depth. For example, an entity condition that queries for relationships between Profiles, Accounts, Credit Cards, and Transactions has four levels of depth.
82
83
83
84
As you're building your Linked Audience, you can choose from the following profiles conditions:
84
85
86
+
#### with entity
87
+
88
+
Creates a condition that filters profiles associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/).
89
+
90
+
With this condition, you can navigate the full, nested entity relationships, and filter your audience on entity column values.
85
91
86
-
<tr>
87
-
<td><strong>Profiles Conditions</strong>
88
-
</p>
89
-
</td>
90
-
<td><strong>Description</strong>
91
-
</p>
92
-
</td>
93
-
</tr>
94
-
<tr>
95
-
<td>with entity
96
-
</p>
97
-
</td>
98
-
<td>Creates a condition that filters profiles associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/). With this condition, you can navigate the full, nested entity relationships, and filter your audience on entity column values.
99
-
</p>
100
-
<p>
101
-
The event condition type supports these configurations:
102
-
</p>
103
-
<ul>
104
-
105
-
<li><em>at least</em>: supports 1 or greater
106
-
107
-
<li><em>exactly:</em> supports 0 or greater*
108
-
109
-
<li><em>at most:</em> supports 0 or greater*
110
-
111
-
<p>
112
-
* When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
113
-
</p>
114
-
</li>
115
-
</ul>
116
-
</td>
117
-
</tr>
118
-
<tr>
119
-
<td>without entity
120
-
</p>
121
-
</td>
122
-
<td>Creates a condition that filters profiles that are not associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/).
<td>Creates a condition that filters profiles without a specific trait.
139
-
</p>
140
-
</td>
141
-
</tr>
142
-
<tr>
143
-
<td>part of [audience](/docs/glossary/#audience)
144
-
</p>
145
-
</td>
146
-
<td>Creates a condition that filters profiles that are part of an existing audience.
147
-
</p>
148
-
</td>
149
-
</tr>
150
-
<tr>
151
-
<td>not part of [audience](/docs/glossary/#audience)
152
-
</p>
153
-
</td>
154
-
<td>Creates a condition that filters profiles that are not part of an existing audience.
155
-
</p>
156
-
</td>
157
-
</tr>
158
-
<tr>
159
-
<td>with [event](/docs/glossary/#event)
160
-
</p>
161
-
</td>
162
-
<td>Creates a condition that filters profiles that have a specific event in their event history. You can also filter on event property values.
163
-
</p>
164
-
<p>
165
92
The event condition type supports these configurations:
166
-
</p>
167
-
<ul>
168
-
169
-
<li><em>at least</em>: supports 1 or greater
170
-
171
-
<li><em>exactly:</em> supports 0 or greater
172
-
173
-
<li><em>at most:</em> supports 0 or greater
174
-
</li>
175
-
</ul>
176
-
</td>
177
-
</tr>
178
-
<tr>
179
-
<td>without [event](/docs/glossary/#event)
180
-
</p>
181
-
</td>
182
-
<td>Creates a condition that filters profiles that do not have a specific event in their event history. You can also filter on event property values.
183
-
</p>
184
-
</td>
185
-
</tr>
93
+
94
+
* at least: supports 1 or greater
95
+
* exactly: supports 0 or greater*
96
+
* at most: supports 0 or greater*
97
+
98
+
*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
99
+
100
+
#### without entity
101
+
102
+
Creates a condition that filters profiles that are not associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/).
103
+
104
+
#### with [ trait](/docs/unify/#enrich-profiles-with-traits)
105
+
106
+
Creates a condition that filters profiles with a specific trait.
107
+
108
+
#### without [ trait](/docs/unify/#enrich-profiles-with-traits)
109
+
110
+
Creates a condition that filters profiles without a specific trait.
111
+
112
+
#### part of [audience](/docs/glossary/#audience)
113
+
114
+
Creates a condition that filters profiles that are part of an existing audience.
115
+
116
+
#### not part of [audience](/docs/glossary/#audience)
117
+
118
+
Creates a condition that filters profiles that are not part of an existing audience.
119
+
120
+
#### with [event](/docs/glossary/#event)
121
+
122
+
Creates a condition that filters profiles that have a specific event in their event history. You can also filter on event property values. The event condition type supports these configurations:
123
+
124
+
* at least: supports 1 or greater
125
+
* exactly: supports 0 or greater
126
+
* at most: supports 0 or greater
127
+
128
+
#### without [event](/docs/glossary/#event)
129
+
130
+
Creates a condition that filters profiles that do not have a specific event in their event history. You can also filter on event property values.
186
131
187
132
You can also duplicate your conditions in the audience builder into the same condition group.
0 commit comments