Skip to content

Exercise 5 - Segmentation

Scenario: Identify engaged starter customers to upgrade to team edition

  1. Locate and click the Segments tab. It might be under More. Click the New button.
  2. Let’s start with Einstein. Select Create with Einstein and for Segment On, select Unified Individual User and click Next. Image
  3. If you see a You’re About to use Einstein warning, click the Got It button and close any other Gen AI warnings.
  4. Type this into the Describe your segment window:
Users on a starter edition Welo instance that have visited the website in the past 90 days.

Click the button to the right of the prompt to submit it to Einstein.

From here, we have several choices:

  • We can rename the Segment in the top left.
  • Click Count Population to measure the current segment size.
  • We can unselect attributes that we don’t want to use.
  • In the Einstein conversation, we can “Refine Segment” to continue the conversation with Einstein by editing our prompt in the lower right.
  • Click the Edit Segment Rules button to edit the segment rules in Segment Builder.
  1. Let’s click Edit Segment Rules to enter the segmentation canvas.

  2. It’s great that freemium customers have been on the website, but let’s limit that to the pricing section of the site.

  3. Click the pencil next to the Website Engagement section on the canvas to open the Web Engagement filtering rules. Image Note that most items in the sidebar are now grayed out, as we can only add data model objects and fields in the lineage of Website Engagement.

  4. Under Related Attributes, click into Website Engagement and drag Website Catalog Category over to the canvas underneath the engagement date time. Image

  5. Type out Pricing and make sure to click it in the dropdown.

  6. Click Done. Your canvas should look like this Image

  7. We’re going to expand our audience to capture users who are very active on the platform, but perhaps have not been on the website in that time frame. On the left sidebar, click the Home button. Image

  8. From the Related Attributes section, click into Welo Platform Logins and drag the Login Timestamp field over to the bottom of the canvas.

  9. Change the operator to Last number of days and enter 90 as the number of days. Click Done.Image

  10. Hover over the gray bar at the right of the Welo Platform logins section until it turns blue and combines with the above section. Image After clicking on the blue bar, it becomes a logic block on our canvas defaulting to And logic.

  11. Click the And to convert it to an Or. Your canvas should now look like this: Image

  12. Click the next to the Segment Population to start a recount. Image

  13. We also want to exclude customers from our segment that may not be in the mood to receive our marketing - like those with open service cases. Navigate to the Exclude tab on the canvas, just below the population count.

  14. From the sidebar under Related Attributes, open Case.

  15. Drag Closed over to the canvas. Leave the Operator as Is Equal To and set the Value to False. Image

  16. Click Done and click to start the population recount.

  17. We’ve now built our marketing segment. Click Save and then click Done at the top of the page.

This concludes Exercise 5.

Released under the MIT License.