You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If the user exists, it will be removed from both Segment and Sailthru.
112
+
81
113
#### Record a Purchase
82
114
83
115
Record purchases in Sailthru wih the `Order Completed` event to send order confirmation messages, personalize messaging, and create purchase-related audiences.
Send `Product Added` and `Product Removed` Track events for Sailthru's abandoned cart messaging to enable the Cart Abandonment entry in Lifecycle Optimizer.
120
152
121
-
Sailthru abandoned cart messaging requires the `url` to function properly.
153
+
Sailthru abandoned cart messaging requires the `url` to function properly.
154
+
155
+
To determine if the cart is expired, the timestamp of the last payload received (`purchase_incomplete.time`) is compared with the `clearIncompleteCartAfterNHours` value. If the cart is expired, any pre-existing products in the cart will be removed.
0 commit comments