You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/unify/Traits/predictions/index.md
+21-1Lines changed: 21 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -135,4 +135,24 @@ Segment then uses this criteria to build the prediction and create specific perc
135
135
136
136
## Use cases
137
137
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/).
0 commit comments