Skip to content

Commit 8d121cf

Browse files
committed
pr feedback
1 parent dcb579d commit 8d121cf

File tree

1 file changed

+6
-4
lines changed
  • src/connections/sources/catalog/cloud-apps/upollo

1 file changed

+6
-4
lines changed

src/connections/sources/catalog/cloud-apps/upollo/index.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,18 @@ This source is maintained by Upollo. For any issues with the source, [contact Up
2929
Upollo uses server-side `identify` calls to send information about users. The table below describes the fields.
3030
Upollo uses a stream Source component to send Segment event data. It uses a server-side `identify` method to send data to Segment. These events are then available in any destination that accepts server-side events, and available in a schema in your data warehouse, so you can query using SQL.
3131

32+
The default behavior is for Upollo to pass the userId associated with the email recipient as the userId. There are cases in which Upollo does not have an associated userId, in which case the email address will be passed in as the anonymousId.
33+
3234
## Event properties
3335

3436
The table below list the properties included in the events. Learn more about different properties in the Upollo [documentation](https://upollo.ai/docs/reference?utm_source=segmentio&utm_medium=docs&utm_campaign=partners){:target="_blank”}
3537

3638
| Property Name | Description |
3739
| --------------------------------------- | --------------------------------------------------------- |
38-
| `traits.preductions` | An array of predictions about the user |
39-
| `traits.preductions[*].name` | The name of the prediction |
40-
| `traits.preductions[*].score` | A percentage of how likely the prediction is to come true |
41-
| `traits.preductions[*].timestamp` | When the prediction was calculated |
40+
| `traits.predictions` | An array of predictions about the user |
41+
| `traits.predictions[*].name` | The name of the prediction |
42+
| `traits.predictions[*].score` | A percentage of how likely the prediction is to come true |
43+
| `traits.predictions[*].timestamp` | When the prediction was calculated |
4244
| `traits.flags` | An array of the users flags |
4345
| `traits.flags[*].type` | The type of this flag |
4446
| `traits.flags[*].first_flagged` | When this flag was first triggered |

0 commit comments

Comments
 (0)