Send a mobile push to customers who are most likely to buy

Published July 19, 2022
Modules
Difficulty
Selected Clients
carrefour logoorange logo

In order to increase conversions, you might look into the use of lookalike predictions to identify the customers comparable to prior successful target audiences. Lookalikes let you compare two segments of customers and find those who display similar qualities of performance. Marketers may extend reach of campaigns by incorporating these lookalike audiences into their communication.

This use case describes a workflow that sends a mobile push notification to customers who did not receive it before, and might be likely to purchase after receiving it. Those customers are chosen using highest lookalike prediction score which is calculated on the basis of the segment of customers who reacted well to a previous iteration of that campaign. The workflow is triggered by the session.start event in the mobile application, and sends a mobile push after 48 hours if the customer did not make a purchase.

Note: In this use case, we start from the assumption that we want to find customers similar to those who once made the desired conversion in a specific mobile push campaign. Therefore, we use the Lookalikes model. However, if we simply wanted to find customers with the highest probability of purchase, then we would use the propensity prediction model.

Prerequisites


Process


  1. Create a lookalike prediction.
  2. Create a workflow that sends the mobile push.

Create a lookalike prediction


In this step, we will calculate the prediction. As a result, on the customers’ profiles from the target segmentation a snr.lookalike.score event will appear. It contains a score.label parameter, which determines the similarity between the customers in the target and the source segmentations. The workflow configuration, will be based on this parameter. We will select customers who have the highest similarity to people who previously converted after receiving a given campaign.

  1. Go to Image presents the Prediction icon > New prediction.
  2. Enter a meaningful name for the prediction.
  3. In the Select prediction type window that appears, click Lookalikes.
  4. Click Apply.

Create a source segmentation

A source segmentation is a group of model customers to whom you compare the target group of customers in order to find similar customers in the target group. In this scenario, customers who made a purchase during past marketing campaign will be the source segmentation.

  1. In the Audience section, click Define.
  2. In the Source segmentation sub-section, click Choose segmentation.
  3. On the dropdown list, click Create new.
  4. In the Segmentation name field, enter a meaningful name of the segmentation.
  5. Click Netx step.
  6. Click Choose filter:
    1. From the dropdown list, select the push.view event.
    2. Click the + and where button and select id.
    3. As the logical operator, select Equal.
    4. Type the campaign ID.
  7. Click + Add funnel step.
  8. Click Choose filter:
    1. From the dropdown list, select the transaction.charge event.
  9. In the lower-right corner, click the clock icon.
    Result: Completed within section will appear.
  10. Type 2 and from the dropdown list, select Days.
  11. Using the date picker in the lower-right corner, select the Lifetime value.
  12. Save the segmentation by clicking Create segmentation.
Source segmentation configuration
Source segmentation configuration

Create a target segmentation

A target segmentation is a group of customers among which you want to find customers who are similar to those included in the source group. In this scenario, we are looking for customers who visited a mobile application in the specified time period and did not receive the previous campaign.

  1. In the Audience section, click Define.
  2. In the Target segmentation sub-section, click Choose segmentation.
  3. On the dropdown list, click Create new.
  4. In the Segmentation name field, enter a meaningful name of the segmentation.
  5. Click Netx step.
  6. Click Choose filter:
    1. From the dropdown list, select the push.view event.
    2. Click the + and where button and select id.
    3. As the logical operator, select Equal.
    4. Type the campaign ID.
    5. Change Profiles matching funnel to not matching.
  7. Using the date picker in the lower-right corner, specify the time period:
    1. Set the time range in Relative date range to Custom.
    2. Type 30 below, and from the dropdown list next to the field, choose Days.
    3. Click Apply.
  8. Click Choose filter:
    1. From the dropdown list, select the session.start event.
    2. Click the + and where button and select mobile.
    3. As the logical operator, select Is true.
  9. Using the date picker in the lower-right corner, specify the time period:
    1. Set the time range in Relative date range to Last 7 d.
    2. Click Apply.
  10. Click Choose filter:
    1. From the dropdown list, select the attribute for push agreement.
    2. As the logical operator, select Is true.
  11. Save the segmentation by clicking Create segmentation.
  12. Confirm the settings in the Audience section by clicking Apply.
Target segmentation configuration
Target segmentation configuration

Configure further settings

  1. In the Settings section, click Change.
  2. Choose Set up recurring prediction calculation:
    1. Set the frequence of model training to 7 days.
  3. Change the scale from 5 point scale to 2. The scale a customer reached will be available in the snr.lookalike.score event, as the score_label parameter.
  4. Confirm the changes in the Settings section by clicking Apply.
  5. Click Save & Calculate.

Create a workflow


As the final part of the process, create a workflow that manages the push notifications. Visiting the mobile app triggers the start of the workflow. The push notification will be sent after 48 hours to customers with high prediction score and who didn’t make a purchase.

  1. Go to Automation > Workflows > New workflow.
  2. Enter the name of the workflow.

Define the Profile Event trigger node

At this stage, we will configure the conditions that launch the workflow. As a trigger, we will use the session.start event.

  1. As the first node of the workflow, add Profile Event. In the node settings:
    1. From the dropdown list, select the session.start event.
    2. Click the + and where button and from the dropdown list, select mobile.
    3. As the logical operator, select Is true.
    4. Click Apply.

Configure Delay node

This node will delay sending the push notification.

  1. Add the Delay node. In the node settings:
    1. In the Delay field, type 48.
    2. From the dropdown list, choose Hour.
  2. Click Apply.

Configure the Profile Filter node

This node will filter the customers visiting the mobile application to those who received the high value of the score.label parameter and those who didn’t make a purchase in the last 7 days.

  1. As the next node, add Profile Filter.

  2. In the setting of the node, click Choose filter and from the dropdown list, select the snr.lookalike.score event:

    1. For the event parameter, click the + where button and select modelId.
    2. As the logical operator, select Equal.
    3. Enter the ID of the lookalike prediction created in the previous step.
    4. Click the + and where button and select score_label.
    5. As the logical operator, select Equal.
    6. Type high.
    7. In the calendar in the right bottom of the page, in the Relative date range section, select Last 7 d.
    8. Click Apply.
  3. Click Choose filter and from the dropdown list, select the transaction charge event:

    1. Change the Profiles matching funnel to not matching.
    2. In the calendar in the right bottom of the page, in the Relative date range section, select Last 7 d.
    3. Click Apply.
    Profile filter node configuration
    Profile filter node configuration
  4. For the Not matched path, add the End node .

Configure settings for mobile push

  1. As the next node for the Matched path, add the Send Mobile Push node. Configure it according to your business needs:
    1. Select the template type of mobile push.
    2. Select a template prepared earlier.
  2. Confirm by clicking Apply.

Add the finishing node and capping

  1. Add the End node.
  2. In the top right corner of the page, click the Set capping button. Define the settings:
    1. Type as follows Limit 1 Time 7, and from the dropdown list choose Day.
    2. Click Apply.
  3. In the upper right corner, click Save & Run.
The workflow configuration
The workflow configuration

Check the use case set up on the Synerise Demo workspace


You can check the configuration of each step from this use case in our Synerise Demo workspace:

If you don’t have access to the Synerise Demo workspace, please leave your contact details in this form, and our representative will contact you shortly.

Read more


😕

We are sorry to hear that

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

😉

Awesome!

Thank you for helping improve out documentation. If you need help or have any questions, please consider contacting support.

Close modal icon Placeholder alt for modal to satisfy link checker