What it enables
More about abandoned cart and abandoned browse
Two ways to send the data
The two ways of implementing tracking are:- With the tracking script
- With the tracking API
Key terms
Where to start
1
Configure a product feed in Engage
Cart and product view data is enriched from the product feed. Without a feed for the relevant locale, no automation can trigger.
Set up a product feed
2
Implement the tracking script
One snippet, on every page of the site.
The tracking script
3
Identify your visitors
Call
setContactId() at the moment your site identifies someone, and understand how the cookies work.Identification and cookies
4
Send cart and product view events
Track every cart change, and every product view.
Tracking cart changes
Tracking product views
5
Verify the implementation
Work through the checklists before going live.

