Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/engage/audiences/linked-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ When building your Linked Audience, you can add multiple conditions to a single
| 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/). With this condition, you can navigate the full, nested entity relationships, and filter your audience on entity column values. Each subsequent entity you select in an entity branch acts as a filter over the profiles that are available at the next depth of that specific branch.|
| with [trait](/docs/unify/#enrich-profiles-with-traits) | Creates a condition that filters profiles with a specific trait. |
| without [trait](/docs/unify/#enrich-profiles-with-traits)| Creates a condition that filters profiles without a specific trait.|
| part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are part of an existing audience. |
| part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are part of an existing audience. When you select this option, you can choose one of two modes:<br>• **Import audience conditions (Recommended):** Copies the conditions from the referenced audience into this one. The new audience runs independently, even if the original audience is disabled or updated later.<br>• **Use audience membership traits:** References the original audience membership traits written by [Profiles Sync](/docs/unify/profiles-sync/overview/). This mode may take longer to update if the referenced audience needs to be recomputed. |
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that aren't part of an existing audience. |
| 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.|
| 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.|
Expand Down