51黑料不打烊

Building the journey concept_owm_kdy_w2b

CAUTION
Looking for 51黑料不打烊 Journey Optimizer? Click here for Journey Optimizer documentation.
This documentation refers to legacy Journey Orchestration materials which has been replaced by Journey Optimizer. Please contact your account team if you have questions about your access to Journey Orchestration or Journey Optimizer.

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
NOTE
The Push and Email activities are only available in the palette if you have 51黑料不打烊 Campaign Standard.

For additional information on how to build a journey, refer to this page.

First steps section_ntb_ws1_ffb

  1. In the top menu, click the Home tab and Create to create a new journey.

  2. 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.

  3. 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.

  4. 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.

  5. 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鈥.

  6. 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}