Trigger: Customer Abandons Shopping Cart

Use this trigger in a dialog activity to begin or continue the activity for customers who abandon their shopping cart for a specified number of days.

Customers abandon a shopping cart if they add one or more items to the cart but they do not check out during the visit, and then time passes. Use this trigger to identify those customers so that we can offer them incentives to come back to the store and complete their purchase.

Once a day, this trigger checks for customers who have abandoned their cart for the number of days you specify. We can then automate follow-up marketing actions for these customers, such as sending an email message, issuing a coupon, or adding the customer to a customer segment. We can set the trigger to run every day or one time only.


Example

Here is an example of a dialog activity that uses this trigger to automatically check every day for abandoned carts and then send the cart owner an email message:

Check daily for customers who abandon a shopping cart for 3 days. Then, send those customers an email message to remind them of their recent shopping visit:

In the following example, the trigger checks one time only (not daily) for customers with abandoned carts. The activity runs on that day only. Note that the example activity also contains the Shopping Cart target so that only customers with high-value carts receive an email and coupon. Check for all customers who have abandoned a shopping cart for at least 3 days but not more than 30 days. If the abandoned cart has a total value of at least $200, then:


Guidelines for using this trigger

When you set up this trigger, we must specify the following options:

Option Description
Frequency of check for abandoned carts Options:

  • Daily: Use this option for an ongoing campaign to follow up with customers who abandon their cart. Each day that the activity is active, the server checks for customers with carts abandoned for exactly the number of days you specify. As a result, the activity is triggered daily for any customers whose abandoned carts meet the criteria. Typically, the set of customers each day.

  • One time only: Use this option for a one-time dialog with customers who currently have an abandoned cart. On the first day that the activity is active, the server checks for customers with carts abandoned within a minimum and maximum range of days you specify. As a result, the activity is triggered only one time for any customers whose abandoned carts meet the criteria. The server does not perform the check again.

By default, the server does the check at 2:00 AM, but a Site Administrator can change the time.

Number of days that the customer has abandoned cart If you choose the One time only frequency option, we must specify a range of days.


Considerations if we are using this trigger to send email messages

If we are using this trigger with the Send Message action, you have two options for specifying when the server sends the email messages on the days the activity runs. You control these options by selecting or clearing the Send immediately check box in the properties for the Send Message action.


Related concepts
Activity building blocks: triggers, targets, and actions
Triggers in dialog activities


Related tasks
Creating a dialog activity