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/engage/journeys/event-triggered-journeys-steps.md
+7-6Lines changed: 7 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -95,25 +95,25 @@ In this example:
95
95
-`Cart_Modified - user updates cart` captures the most recent modification within the Hold Until branch.
96
96
97
97
98
-
Segment generates aliases for each instance of the `Signup Completed`event by concatenating the event name and branch name (for example`Signup Completed - Survey Branch`). With this approach, both branches retain the specific event context needed for their respective actions.
98
+
Segment generates aliases for each instance of an event by concatenating the event name and branch name (for example, `Cart_Modified - user updates cart`, like in the previous payload example). This approach allows both branches to retain the specific event context needed for their respective actions.
99
99
100
100
Segment creates these aliases automatically during setup, and they show up in the journey context and downstream payloads. While you can't customize alias names, using clear and meaningful branch names helps maintain clarity and precise tracking.
101
101
102
102
### Managing Hold Until steps
103
103
104
104
Deleting a Hold Until step can impact downstream steps that rely on it. When you delete a configured step, Segment displays a modal that summarizes the potential impact on related branches and steps. Review all dependencies carefully to avoid unintentionally disrupting the journey.
105
105
106
-
## Send to destination
106
+
## Send to Destination
107
107
108
108
The **Send to Destination** step lets you send journey data to one of your [configured Engage destinations](/docs/connections/destinations/), enabling real-time integration with tools like marketing platforms, analytics systems, or custom endpoints.
109
109
110
110
This step supports Actions Destinations (excluding list destinations) and destination functions. It doesn't support storage destinations or classic (non-Actions) destinations.
111
111
112
-
### How Send to destination works
112
+
### How Send to Destination works
113
113
114
-
When a journey reaches the Send to destination step, the journey packages the relevant data and sends it to your chosen destination. This could be a third-party platform, like a marketing tool, or a custom destination built using [Destination Functions](/docs/connections/functions/destination-functions/). The data that Segment sends includes key attributes from the journey context, profile traits, and any mapped fields you’ve configured.
114
+
When a journey reaches the Send to Destination step, the journey packages the relevant data and sends it to your chosen destination. This could be a third-party platform, like a marketing tool, or a custom destination built using [Destination Functions](/docs/connections/functions/destination-functions/). The data that Segment sends includes key attributes from the journey context, profile traits, and any mapped fields you’ve configured.
115
115
116
-
### Configure the Send to destination step
116
+
### Configure the Send to Destination step
117
117
118
118
> info "Set a destination up first"
119
119
> Before you add configure this step, make sure you've already set up the destination(s) in Engage.
@@ -210,10 +210,11 @@ There may be cases where events sent to Segment are missing specific properties
210
210
211
211
#### If values are not mapped
212
212
213
-
- When an event property is configured but it's not present in the incoming Track event, that property gets excluded from the payload sent to the destination.
213
+
- When an event property is configured but it's not present in the incoming [Track event](/docs/connections/spec/track/), that property gets excluded from the payload sent to the destination.
214
214
- Similarly, if a trait is configured but isn't present on the profile, the trait gets excluded from the payload.
215
215
216
216
#### If values are mapped
217
+
217
218
- If an event property is mapped but is missing in the Track event, Segment still includes the mapped key in the payload but with a value of `undefined`.
218
219
- Similarly, if a mapped trait is missing on the profile, the key is included in the payload with a value of `undefined`.
0 commit comments