Skip to content

Commit 6cbfb87

Browse files
authored
Merge pull request #6967 from segmentio/dineshraj-arunmozhi-patch-1
Update Engage FAQs Typo
2 parents 2ddc11a + 51afaf3 commit 6cbfb87

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/faqs.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ Yes. You can learn more about the Audience API by visiting the [Segment Public A
1212

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

15-
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:
15+
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:
1616

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

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

153-
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.
153+
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 commit comments

Comments
 (0)