Skip to content

Commit b5f3569

Browse files
authored
Glossary additions
1 parent a521cb6 commit b5f3569

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

src/personas/journeys/key-terms.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,5 +38,18 @@ Keep the following terms in mind as you begin to explore Journeys.
3838
| Draft Journey | A Journey which is not yet computing nor sending data to destinations. <br /><br />For more information, see [Draft Journeys](#draft-journeys). |
3939
| Published (live) Journey | A Journey that is computing and sending data to destinations. <br /><br />For more information, see [Published Journeys](#published-journeys). |
4040

41+
## Steps with Audiences
4142

43+
| Step | Audience definition |
44+
| ---------------- | ------------------------------------------------------------------------------------------------------------------------------ |
45+
| Entry condition | All users who fulfill the entry condition criteria. "Use Historical Data" evaluates events before Journey publication. |
46+
| Condition | All users who fulfill condition criteria, at one point fulfilled preceding step criteria, and have met any step wait conditions. |
47+
| Destination Sync | All users who, at one point, fulfilled parent step criteria and have met any following wait conditions. |
4248

49+
## Steps without Audiences
50+
51+
| Step | Details |
52+
| ------------------- | ------------------------------------------------------------------------------------------------------------------ |
53+
| Delay | No audience. Segment appends the wait duration as a condition to the following step’s audience. |
54+
| T/F split | The split's resulting conditions contain two mutually exclusive audiences. The split node itself has no audience. |
55+
| Multi-branch splits | The split's resulting conditions contain audiences. The split node itself has no audience. |

0 commit comments

Comments
 (0)