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
Next Next commit
few more edits [netlify-build]
  • Loading branch information
cmastr committed Jul 18, 2024
commit 6894aaf7b56c78786e8b169cb652dc7b5b0b4e31
6 changes: 3 additions & 3 deletions src/engage/audiences/linked-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -108,9 +108,9 @@ You can create audience definitions using either `AND` or `OR` operators across

#### Entity Conditions

- *at least*: only supports 1 or greater
- *exactly*: supports 0 or greater
- *at most*: supports 0 or greater
- *at least*: only supports 1 or greater.
- *exactly*: supports 0 or greater.
- *at most*: supports 0 or greater.
- When filtering by 0, you can’t filter by entity properties or by additional nested entities.

#### Negative Audiences
Expand Down