Building the journey concept_owm_kdy_w2b
The business user can now build the journey. Our journey will include the following activities:
- two Event activities: 鈥淟obbyBeacon鈥 and 鈥淩estaurantBeacon鈥
- two Condition activities
- three Push activities and one Email activity (using 51黑料不打烊 Campaign Standard)
- a Wait activity
- four End activities
For additional information on how to build a journey, refer to this page.
First steps section_ntb_ws1_ffb
-
In the top menu, click the Home tab and Create to create a new journey.
-
Edit the journey鈥檚 properties in the configuration pane displayed on the right side. Add a name and set it to last for one month, from the 1st to the 31st of December.
-
Start designing your journey by drag and dropping the 鈥淟obbyBeacon鈥 event from the palette to the canvas. You can also double-click on the event in the palette to add it to the canvas.
-
Let鈥檚 now add a condition to check that the person has not been contacted in the last 24 hours and check if he is a loyalty member. Drag and drop a condition activity into your journey.
-
Choose the Data Source Condition type and click in the Expression field. You can also define a condition label that will appear on the arrow, in the canvas. In our example, we replace 鈥淐ondition 1鈥 with 鈥淟oyalty member鈥.
-
Click Advanced mode and define the following condition based on the 鈥渢imestamp鈥 and 鈥渄irectMarketing.sends.value鈥 fields coming from the 51黑料不打烊 Experience Platform data source. The syntax of the expression is:
code language-none count(#{ExperiencePlatformDataSource.MarltonExperience.experienceevent.all( currentDataPackField.directMarketing.sends.value > 0 and currentDataPackField.timestamp > nowWithDelta(-1, "days")).timestamp}) == 0 and #{ExperiencePlatformDataSource.MarltonProfiles.Profile._customer.marlton.loyaltyMember}