Skip to content

Commit edfb531

Browse files
committed
some PM feedback
1 parent dc9cb2a commit edfb531

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/engage/journeys/event-triggered-journeys-steps.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,9 @@ In this example:
8989
- `Cart_Modified - user updates cart` captures the most recent modification within the Hold Until branch.
9090

9191

92-
By assigning an alias to each instance of the `Signup Completed` event (like `Signup_Email` and `Signup_Survey`), you can ensure that both branches retain the specific event context needed for their respective actions.
92+
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.
9393

94-
To configure an alias, add the branch name or a custom identifier to the event name during setup. The alias will appear in the journey context and downstream payloads, allowing precise tracking and execution. Aliases should be meaningful and reflect the purpose of the event within the branch or step.
94+
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.
9595

9696
### Managing Hold Until steps
9797

0 commit comments

Comments
 (0)