Skip to content

Commit 591e915

Browse files
author
markzegarelli
authored
Update trait and audience conditions (#4278)
1 parent b415cfb commit 591e915

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/engage/audiences/computed-traits.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ All computed trait types support a common "Add Conditions" section. Conditions d
135135

136136
The following operators are available.
137137
- equals
138-
- not equals -
138+
- not equals
139139
- less than
140140
- greater than
141141
- less than or equal
@@ -148,7 +148,9 @@ The following operators are available.
148148
- not exists
149149
- before date
150150
- after date
151-
151+
- equals one of
152+
- contains one of
153+
-
152154
## Connecting your Computed Trait to a Destination
153155

154156
Engage sends user-level computed Traits to destinations using the [Identify call](/docs/connections/spec/identify/) for user traits, or using the [Track call](/docs/connections/spec/track/) for event properties. Segment includes the trait value and property in the identify and track calls.

0 commit comments

Comments
 (0)