Skip to content

Commit

Permalink
Merge pull request #6967 from segmentio/dineshraj-arunmozhi-patch-1
Browse files Browse the repository at this point in the history
Update Engage FAQs Typo
  • Loading branch information
pwseg authored Aug 22, 2024
2 parents 2ddc11a + 51afaf3 commit 6cbfb87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/engage/faqs.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Yes. You can learn more about the Audience API by visiting the [Segment Public A

## Can I programmatically determine if a user belongs to a particular audience?

Yes. Eecause Engage creates a trait with the same name as your audience, you can query the Profile API to determine if a user belongs to a particular audience. For example, to determine if the user with an email address of `[email protected]` is a member of your `high_value_users` audience, you could query the following Profile API URL:
Yes. Because Engage creates a trait with the same name as your audience, you can query the Profile API to determine if a user belongs to a particular audience. For example, to determine if the user with an email address of `[email protected]` is a member of your `high_value_users` audience, you could query the following Profile API URL:

```
https://profiles.segment.com/v1/namespaces/<namespace_id>/collections/users/profiles/email:[email protected]/traits?include=high_value_users
Expand Down Expand Up @@ -150,4 +150,4 @@ Based on Engage behavior, standard source events such as Page, Track and Identif

## Why can't I connect the audience/computed trait to an existing destination in my workspace?

Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](https://segment.com/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source.
Engage will not allow you to connect an audience/computed trait to a destination that is already linked to a [Connections-based source](/docs/connections/sources/). Instead, create a new instance of the destination with the correct Engage space selected as the data source.

0 comments on commit 6cbfb87

Please sign in to comment.