Create a test Journey

Explore Pushwoosh Customer Journey Builder: make a Journey for a demo app

You can play around with Pushwoosh Customer Journey Builder and learn its core functionality before creating journeys for real users. To do this, use the Push On mobile app we developed specifically for testing Pushwoosh features.

Follow the steps below to learn how to create your first test journey for mobile users.

You can also create a test journey for web users using our demo website: https://pushon.pushwoosh.com/products/

1. Install the Push On demo app

1. Download the app by scanning QR codes or clicking the links below:

2. In your Pushwoosh account, open the default Pushwoosh Demo App and find your Application code at the top left corner of the Control Panel:

3. Open the Push On app. If you see a pop-up about sending pushes, confirm your permission. After that, enter your Application code and click Submit:

4. Make sure the Push On app is allowed to send push notifications.

2. Create a journey

Let's say you have a shopping app, and you are going to convert your app users into buyers. A user comes to your app and adds some products to their shopping cart but does not complete the purchase for some reason. It's time to send a push notification reminding them that the shopping cart is waiting for their return! Your marketing goal in this case is a purchase successfully completed by the user.

The steps below describe creating a customer journey for our example case.

1. In your Pushwoosh account, go to the Pushwoosh Demo App. Open the Customer Journey Builder section and click Create Campaign:

2. We want the journey to start once a user adds an item to the cart. For this purpose, we will use a Trigger-based Entry, which is added automatically when creating a new campaign.

Double-click on the Entry element and select the ProductAdd Event:

The ProductAdd Event is triggered when a user adds some item to their cart in the Push On app. This Event is available by default for the Pushwoosh Demo App. In a real project, you can configure your own Events and use them in journeys.

3. Now let's divide users into those who have completed the checkout process and those who have abandoned their cart. To do this, add the Wait for Trigger element, choose the CheckoutSuccess Event, and set the element to wait for 1 minute:

The CheckoutSuccess Event is available by default for the Pushwoosh Demo App. In a real project, you can configure your own Events and use them in journeys.

If a user completes the checkout within 1 minute after adding something to a cart, they will go to the Triggered branch; otherwise, they will go to the Not triggered branch.

4. Let's send a push notification to users from the Not triggered branch to encourage them to return to shopping:

In our example, we used the Cart Recovery - 1 min Push Preset already preconfigured in the Pushwoosh Demo App. You can create your own Presets and use them in journeys.

5. Add one more Wait for Trigger element to track the efficiency of your communication – check out whether users complete their purchases after your push notification. This time let's wait for 5 minutes after sending the first push:

6. If a user does not complete the purchase within 5 minutes after receiving the push notification, we will send them one more push notification offering to recover the abandoned cart:

For this push notification, we used the Cart Recovery - 5 min Push Preset already preconfigured in the Pushwoosh Demo App. You can create your own Presets and use them in journeys.

7. End the journey with the Exit element:

8. Track your results with Conversion Goals – set up the CheckoutSuccess Event as an indicator of your journey's success and check out how many users reach this goal within the journey:

9. Make sure everything is ready to go with the help of the Journey Assistant. If the journey is configured correctly, you will be able to launch it instantly:

3. Test your Journey

You can now test the journey using the Push On app.

1. If you haven't seen the pop-up about sending pushes yet, go to the Settings section and click the Communication manager button:

Check the box to enable push notifications and click Confirm.

2. Go to the Explore section and add any item to the cart:

3. Open the Cart, click Checkout, and select Continue as guest. This will trigger the ProductAdd Event.

  • If you do nothing else, after a minute you will receive the first push notification. If you wait another 5 minutes, you will receive the second push notification.

  • If you click Proceed, you will trigger the CheckoutSuccess Event and may not receive push notifications depending on the time passed after triggering the ProductAdd Event.

4. If you want to go through the journey steps again as a different user, go to the Settings section and click Remove my personal data. After that, you can start the journey as a new user (don't forget to enable push notifications again, as described in step 1).

If you encounter any problems with the Android version of the app, we recommend using the iOS version instead.

If you do not see a message you were supposed to receive according to Journey settings, go to the Push On app, click SettingsChange Account, and re-enter your Application code. After that, try sending the push again.

Next steps

Now you can start creating a journey for real users. The following articles will help you:

You can also check out examples of journeys for each stage of the user lifecycle:

Last updated