Skip to content

Commit 399aef0

Browse files
authored
Merge pull request #19 from segmentio/repo-sync
repo sync
2 parents 1c9d163 + 101c13d commit 399aef0

File tree

2 files changed

+17
-0
lines changed

2 files changed

+17
-0
lines changed

src/personas/journeys/faq-best-practices.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,3 +80,7 @@ The data type you send to a destination depends on whether the destination is an
8080

8181
### Which roles can access Journeys?
8282
For Personas Advanced customers, users with either the Personas User or Personas Admin roles can create, edit, and delete journeys. Users with the Personas Read-only role are restricted to view-only access.
83+
84+
### Why am I seeing duplicate entry or exit events?
85+
86+
Journeys triggers audience or trait-related events for each email `external_id` on a profile. If a profile has two email addresses, you'll see two Audience Entered and two Audience Exited events for each Journey step. Journeys sends both email addresses to downstream destinations.

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)