Abandonment Event Logic
Simon supports a variety of derived events which are primarily used for various forms of abandonment campaigns:
- Abandoned cart
- Abandoned search
- Abandoned browse
Abandoned cart campaigns are a common way to reach customers who put something in their cart, but never completed checkout; and similar for customers who abandon a search session or a product listing browse session. You can use Flows or Journeys to create these campaigns, and there is some logic to be aware of as you design your campaign.
Global abandonment rules are:
abandoned_cartalways gets sentabandoned_searchshould always be sent as long as there hasn’t been acomplete_transactionoradd_to_cartin the last 48 hoursabandoned_browseshould always be sent as long as there hasn’t been acomplete_transaction,add_to_cart, orabandoned_searchin the last 48 hours- Any
abandoned_cartcancels out any pendingabandoned_browseorabandoned_searchevent;abandoned_searchshould cancel any pendingabandoned_browseevent
Updated 11 months ago
