Skip to content

Commit 7e5634e

Browse files
authored
bullets in table fixes [netlify-build]
1 parent d7c4274 commit 7e5634e

File tree

1 file changed

+21
-9
lines changed

1 file changed

+21
-9
lines changed

src/engage/audiences/linked-audiences.md

Lines changed: 21 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -85,25 +85,37 @@ As you're building your Linked Audience, you can choose from the following profi
8585
| Profiles Conditions | Description |
8686
|---------------------------|---------------------------------------|
8787
| 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.
88+
<ul>
8889

89-
The event condition type supports these configurations:
90-
at least: supports 1 or greater
91-
exactly: supports 0 or greater*
92-
at most: supports 0 or greater*
90+
<li><em>at least</em>: supports 1 or greater
9391

94-
* When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
92+
<li><em>exactly:</em> supports 0 or greater*
9593

94+
<li><em>at most:</em> supports 0 or greater*
95+
</li>
96+
</ul>
97+
<p>
98+
* When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
99+
</p>
96100
| 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/).
97101
| with [ trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles with a specific trait. |
98102
| without [ trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles without a specific trait. |
99103
| part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are part of an existing audience. |
100104
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are not part of an existing audience. |
101-
| 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.
105+
| 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.
102106

107+
<p>
103108
The event condition type supports these configurations:
104-
at least: supports 1 or greater
105-
exactly: supports 0 or greater
106-
at most: supports 0 or greater
109+
</p>
110+
<ul>
111+
112+
<li><em>at least</em>: supports 1 or greater
113+
114+
<li><em>exactly:</em> supports 0 or greater
115+
116+
<li><em>at most:</em> supports 0 or greater
117+
</li>
118+
</ul>
107119

108120
| 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.|
109121

0 commit comments

Comments
 (0)