Skip to content

Add entry condition clarification [DOC-741] #5540

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Oct 16, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions src/engage/journeys/build-journey.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,9 @@ For more information, see [Setting up your Sources](/docs/engage/quickstart/#ste
4. Segment displays the entry condition on the Journey Builder canvas. It may take up to two minutes for Segment to estimate the number of users in the journey.
5. Click **+** to add the next step and view available step types.

> info ""
> Segment recommends that your entry condition's time window be shorter than or equal to any [exit settings](#journey-exits-and-re-entry) you have. This prevents users from repeating your journey an excessive amount of times.

### Using historical data for the entry step

If you select the **Use historical data** option, Segment queries all historical data to generate a list of users who enter the Journey upon publication. If you don't select **Use historical data**, only users who satisfy the entry condition *after* you publish enter the Journey.
Expand Down