Skip to content

Commit b9d5b4a

Browse files
authored
Merge pull request #4842 from segmentio/lizkane222-patch-21
Adding Journeys info to Using Engage Data doc
2 parents 0a48677 + a4505e1 commit b9d5b4a

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

src/engage/using-engage-data.md

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ Segment sends an identify or track call for every user in the audience when the
4444

4545
Most destinations require that you configure a column in your schema to receive the audience data, however, some destinations (like Braze and Iterable) allow you to send audiences without doing this. This depends on the individual destination, so consult the destination's documentation for details.
4646

47-
4847
### List Destinations
4948

5049
List destinations can only receive Audiences, and cannot receive computed traits.
@@ -56,6 +55,8 @@ When syncing to a list destination Engage uploads lists of users directly to the
5655

5756
User-list destinations can have individual limits on how often Segment can sync with them. For example, an AdWords audience is updated once every six hours or more, because that's what AdWords recommends.
5857

58+
- **Journeys**: The destination receives a list of users who qualify for the associated journey step. Unlike lists associated with Engage Audiences, users who are added to a journey list cannot be subsequently removed. See [best practices](/docs/engage/journeys/faq-best-practices#suppress-targeting-with-journey-lists) for techniques to suppress targeting with journey lists.
59+
For more information, see [Using Engage Data](/docs/engage/using-engage-data/).
5960

6061
## What do the payloads look like for Engage data?
6162

@@ -161,8 +162,10 @@ Engage only sends events to the destination if the Computed Trait value has chan
161162
}
162163
```
163164

164-
### Journey generated events
165-
_See [this doc](https://segment.com/docs/engage/journeys/send-data/#what-do-i-send-to-destinations) for more information on Journeys events._
165+
### Journeys generated events
166+
The data type you send to a destination depends on whether the destination is an event destination or a list destination. For more information, read the [Journeys documentation](/docs/engage/journeys/send-data/#:~:text=a%20List%20destination.-,Event%20destination,%22traits%22%3A%20%7B%0A%20%20%20%20%22j_o_first_purchase__opened_email_dje83h%22%3A%20%22true%22%0A%20%20%7D%0A%7D,-List%20destination) on how Journeys Identity and Track event payloads get formatted when sending to Event destinations.
167+
168+
_See [this doc](/docs/engage/journeys/send-data/#what-do-i-send-to-destinations) for more information on Journeys events._
166169
`Track` events generated by a journey have a key for the journey name "audience_key", and a key for the journey value:
167170

168171
```js

0 commit comments

Comments
 (0)