Skip to content

Commit b9edf43

Browse files
authored
Update Predictions Destination information.md
updated a list of destination identifiers that we explicitly support
1 parent dac3f01 commit b9edf43

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

src/unify/Traits/predictions/index.md

Lines changed: 21 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,4 +135,24 @@ Segment then uses this criteria to build the prediction and create specific perc
135135

136136
## Use cases
137137

138-
For use cases and information on how Segment builds prediction, read [Using Predictions](/docs/unify/traits/predictions/using-predictions/).
138+
Once a trait successfully computes, you can send them downstream to some destinations, or use them in an audience. Predictive Traits support destinations that support this list of identifiers:
139+
140+
ANONYMOUS = "anonymous_id"
141+
USER = "user_id"
142+
EMAIL = "email"
143+
PHONE = "phone"
144+
IOS_IDFA = "ios.idfa"
145+
ANDROID_IDFA = "android.idfa"
146+
GROUP = "group_id"
147+
NAME = "name"
148+
GA_CLIENT = "ga_client_id"
149+
GOOGLE = "google_gid"
150+
BRAZE = "braze_id"
151+
SEGMENT = "segment_id"
152+
153+
Other destinations may drop events published by Predictive Traits
154+
155+
For use additional cases and information on how Segment builds prediction, read [Using Predictions](/docs/unify/traits/predictions/using-predictions/).
156+
157+
158+

0 commit comments

Comments
 (0)