Skip to content

Commit d66cfeb

Browse files
authored
Merge pull request #1842 from segmentio/09_08_21_weeklyfixes
09_08_21_weeklyfixes [netlify-ignore]
2 parents 2534e04 + 98c48c3 commit d66cfeb

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/connections/destinations/catalog/ibm-ubx/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
title: IBM Universal Behavior Exchange Destination
33
rewrite: true
44
beta: true
5+
hidden: true
56
---
67

78
[IBM's Universal Behavior Exchange (UBX)](https://www.ibm.com/support/knowledgecenter/en/SS9JVY/UBX/kc_welcome_UBX.html)

src/personas/journeys/journeys-logic.md

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,6 @@ To enter each subsequent step, three conditions must be true:
4646
2. The user meets the next step's conditions.
4747
3. The users satisfies wait conditions.
4848

49-
### Evaluating Prior Step Membership
50-
51-
To evaluate whether a user has ever joined the previous step, Journeys appends the `preceding_step_joined_time` trait to the user’s profile. This trait notes when the user initially joined each step. To enter a step, users must satisfy both the `preceding_step_audience_member = True` condition and the step's defined conditions.
5249

5350
### Condition Steps
5451

0 commit comments

Comments
 (0)