Skip to content

LA advanced conditions #6827

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 15 commits into from
Jul 30, 2024
Merged
Changes from 1 commit
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
Prev Previous commit
Update linked-audiences.md [netlify-build]
  • Loading branch information
cmastr authored Jul 30, 2024
commit decdc904c1538f95641710eaf387d291113406ad
57 changes: 10 additions & 47 deletions src/engage/audiences/linked-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,53 +79,16 @@ You can only create nested entity conditions up to six levels in depth. For exam

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

#### 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:

* at least: supports 1 or greater
* exactly: supports 0 or greater*
* at most: supports 0 or greater*

*When filtering by 0, you can’t filter on by entity properties or on additional nested entities.

#### 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 [ 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.

#### not part of [audience](/docs/glossary/#audience)

Creates a condition that filters profiles that are not 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. The event condition type supports these configurations:

* at least: supports 1 or greater
* exactly: supports 0 or greater
* at most: supports 0 or greater

#### 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.

You can also duplicate your conditions in the audience builder into the same condition group.
| Profiles Conditions | Description |
|---------------------------|---------------------------------------|
| with entity | Creates a condition that filters profiles associated with entity relationships defined in the [Data Graph](/docs/unify/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: at least: supports 1 or greater, exactly: supports 0 or greater, at most: supports 0 or greater* *When filtering by 0, you can’t filter on by entity properties or on additional nested entities.
| 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 [ 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. |
| not part of [audience](/docs/glossary/#audience) | Creates a condition that filters profiles that are not 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. The event condition type supports these configurations: at least: supports 1 or greater, exactly: supports 0 or greater, at most: supports 0 or greater|
| 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. You can also duplicate your conditions in the audience builder into the same condition group.|

#### Operator Selection

Expand Down
Loading