From 680a50dc632943fdb0d04a9a52593b1ceaa7b4cb Mon Sep 17 00:00:00 2001 From: Gil Omer Date: Wed, 5 Nov 2025 10:06:45 -0500 Subject: [PATCH] update linked-audiences runtime part-of-audience --- src/engage/audiences/linked-audiences.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/engage/audiences/linked-audiences.md b/src/engage/audiences/linked-audiences.md index 7bbf0fa549..2ccdc2195d 100644 --- a/src/engage/audiences/linked-audiences.md +++ b/src/engage/audiences/linked-audiences.md @@ -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:
• **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.
• **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.|