Skip to content

Commit 47b88c6

Browse files
authored
HTML table [netlify-build]
1 parent 5cc79ec commit 47b88c6

File tree

1 file changed

+101
-16
lines changed

1 file changed

+101
-16
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 101 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -82,22 +82,107 @@ You can only create nested entity conditions up to **six** levels in depth. For
8282

8383
As you're building your Linked Audience, you can choose from the following profiles conditions:
8484

85-
| Profiles Conditions | Description |
86-
|---------------------------|---------------------------------------|
87-
| with entity | 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. The event condition type supports these configurations:
88-
89-
<ul><li>- at least: supports 1 or greater</li><li>- exactly: supports 0 or greater*</li><li>- at most: supports 0 or greater*</li></ul>|
90-
91-
*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
92-
93-
| without entity | Creates a condition that filters profiles that are not associated with entity relationships defined in the [Data Graph](/docs/unify/linked-profiles/data-graph/).
94-
| with [ trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles with a specific trait. |
95-
| without [ trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles without a specific trait. |
96-
| part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are part of an existing audience. |
97-
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are not part of an existing audience. |
98-
| with [event](/docs/glossary/#event) | 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:
99-
<ul><li>- at least: supports 1 or greater</li><li>- exactly: supports 0 or greater</li><li>- at most: supports 0 or greater</li></ul>|
100-
| without [event](/docs/glossary/#event) | 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.|
85+
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/).
123+
</p>
124+
</td>
125+
</tr>
126+
<tr>
127+
<td>with [trait](/docs/unify/#enrich-profiles-with-traits)
128+
</p>
129+
</td>
130+
<td>Creates a condition that filters profiles with a specific trait.
131+
</p>
132+
</td>
133+
</tr>
134+
<tr>
135+
<td>without [trait](/docs/unify/#enrich-profiles-with-traits)
136+
</p>
137+
</td>
138+
<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+
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>
101186

102187
You can also duplicate your conditions in the audience builder into the same condition group.
103188

0 commit comments

Comments
 (0)