Skip to content

Commit cbb0a9b

Browse files
authored
Merge pull request #5046 from segmentio/niall/engage_code_block
Fix code block overflow
2 parents 4cf9d79 + f6a09a1 commit cbb0a9b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/engage/faqs.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,9 @@ You can add, remove, and modify audiences only by using the Engage in-app audien
1212

1313
However, you can programmatically query the Profile API to determine if a user belongs to a particular audience because Engage creates a trait with the same name as your 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:
1414

15-
`https://profiles.segment.com/v1/namespaces/<namespace_id>/collections/users/profiles/email:[email protected]/traits?include=high_value_users`
15+
```
16+
https://profiles.segment.com/v1/namespaces/<namespace_id>/collections/users/profiles/email:[email protected]/traits?include=high_value_users
17+
```
1618

1719
The following response indicates that Bob is indeed a high-value user:
1820

0 commit comments

Comments
 (0)