Catalog Send-Time Personalization

Overview

Catalog send-time personalization provides the ability to personalize messages with external data pulled from an uploaded catalog at the time a campaign is sent. Automatically include dynamic information directly in a message such as product price, product category, available inventory levels, and more.

👍

E-commerce App Example

A user adds a laptop to the cart, then exits. By providing additional details in the engagement message such as the image, size, latest price, and specifications of the laptop, the user can be nudged to purchase the item. Using catalog send-time personalization helps keep users engaged in a meaningful way.

After you have uploaded the catalog, you can start using it in a campaign. For more information, refer to Catalog.

Event Property

Follow the steps below to personalize a catalog by event property:

  1. Create a campaign.

  2. Click the Personalization Setup link to select a catalog. Once the personalization setup window displays, you can map the required catalog columns to event properties and user properties.

1387
  1. Click the Catalog Send-Time tab and select the required catalog from the list.
727
  1. Select the event. You can personalize your message based on the property values of this event.
719

📘

Recent Occurrence

The most recent occurrence of the event is used to select the relevant item from the catalog. If the campaign is a triggered campaign, then the event that triggered the campaign is considered.

  1. Select the event property to map to the catalog column. This mapping is important to identify the catalog column that matches the event property. For example, we map Product Name, such as a laptop (from the Viewed event) to the Name column in the catalog.

Repeat this step to map more properties.

📘

Map Multiple Properties

If required, map multiple properties. Every addition to the mapping is treated as an and condition. For example, map the name, the color, and the brand to personalize the message for the user.

719
  1. Click Save to set up the personalization.

  2. Use liquid tags to create a personalized message for your target audience.

In this example, the syntaxes for using different catalog columns are shown below:

{{ Catalog.["Sample Catalog"].Name | default: "Laptop" }}
{{ Catalog.["Sample Catalog"].Amount | default: "0" }}
1173

You can now use the latest amount for the last added to cart item, such as the laptop.

User Property

Follow the steps below to personalize a catalog by user property:

  1. Create a campaign.
  2. Click the Personalization Setup link to select a catalog. Once the personalization setup window displays, you can map the required catalog columns to event properties and user properties.
1387
  1. Click the Catalog Send-Time tab and select the required catalog from the list.
727
  1. Select the user property to map to the catalog column. For example, you can recommend the top restaurant in New York with rich details about the restaurant from the catalog to a user with the user property City set as New York.

📘

Note

If required, map multiple properties. Every addition to the mapping is treated as an and condition. For example, map the city, the top-rated restaurants, and the Chinese restaurants to personalize the message for the user.

727
  1. Click Save to set up the personalization.
  2. Use liquid tags to create a personalized message for your target audience.

In this example, the syntax for using a catalog column is shown below:

{{ Catalog.Sample_Catalog.["City Restaurants"] | default:"New York Top Restaurant" }}
1081

📘

Map Multiple Properties

Create personalization by combining catalog send-time personalization with constant event property.

Video Tutorial

For further information, you can watch the following video on catalog send-time personalization: