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
small fix to images path [netlify-build]
  • Loading branch information
cmastr committed Jul 18, 2024
commit 0f599d59fcdd1bacc28380f0584299f975bd39d3
4 changes: 2 additions & 2 deletions src/engage/audiences/linked-audiences.md
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ You can create audience definitions using either `AND` or `OR` operators across

**Example:**

![An example of the operator selection filled out.](docs/engage/images/operator_selection.png)
![An example of the operator selection filled out.](/docs/engage/images/operator_selection.png)

#### Event Conditions

Expand Down Expand Up @@ -126,7 +126,7 @@ If you have defined entity conditions in your audience definition, then you see

This information appears when you click the user profile generated from the audience preview. The information encompasses entity relationships as well as entity column values that were used as filtering criteria in the audience definition. The data being returned is truncated - 10 entities at each level, 6 levels of depth. By default, you are opted-in to see entity preview values.

![A screenshot of the Entity Eplorer.](docs/engage/images/entity_explorer.png)
![A screenshot of the Entity Eplorer.](/docs/engage/images/entity_explorer.png)

#### Dynamic References

Expand Down