When you are first introduced to Salesforce B2C Commerce Cloud, one of the selling features that will increase conversion and customer satisfaction is Einstein.
Einstein is the “built-in” AI engine that powers product recommendations and other tools to guide a potential buyer. But what are these features, and will they increase my AOV (Average Order Value) by 26% as advertised?
History
Even though the product is called Einstein right now, it wasn’t always the case. Before Salesforce acquired Demandware, it was called CQuotient (which was acquired by Demandware in 2014).
You will still notice the reference in the URL when accessing the Administrative Portal.
This history lesson also clarifies that this “Einstein” is unrelated to all of the other “Einstein” products in the Salesforce lineup. Though probably some connections are made behind the scenes, this is – like with different features – a black box.
Separate Product
As CQuotient was an acquired AI product, it has a separate management console which I mentioned in the previous section.
There are some screens inside the Business Manager, but they mainly push or pull data out of CQuotient:
- Slot Configuration
- Page Designer components
- Einstein Status Dashboard (Configuration & Monitoring)
Shared Data Model
For an AI (Artificial Intelligence) to work, it needs to be fed with quality data. And the more data, the better it can give the correct responses to given questions.
For this sharing of data, consent needs to be given in the Business Manager at:
Administration > Global Preferences > Einstein Search Dictionaries Opt-In
Black Box
Before we continue with this story about Einstein, one thing to understand is that the general idea is to give merchandisers easy access to AI with point-and-click tools without having to worry about any of the technicalities behind it.
This is great on one side. But on the other, it means that Salesforce controls 90% of how the AI does its thing.
And we do not get any insights into how it does it unless you work at Salesforce on this particular product.
Privacy for the consumer
For the AI (Einstein) to learn, I already mention it needs to collect quality data. And that data is extracted from the visitors of the SFCC sites:
- Categories navigated too
- Products viewed
- Products added to the basket
- Products ordered
- …
And for this to work, the consumer needs to be tracked. Some visitors will want to block these behaviors by looking at GDPR, CCPA, and Do Not Track options.
Features
Product Recommendations
Product recommendations are among the more prominent features available in the Einstein lineup. This feature aims to promote relevant products to an individual shopper based on their purchasing history and current behavior on the site.
Complete the Set
One possible product recommendation type is “Complete the Set,” which recommends products to the shoppers to complete an outfit or to buy accessories that match that specific product.
Commerce Insights
This feature in the Einstein dashboard allows you to view statistical data about products often bought together in the same basket based on the shopper, product, and order data.
So, in short: “An analytics tool to view shopper behavior on a product-by-product basis.”
Search Dictionaries
Not a lot to tell about this feature. It looks at your current configuration like synonyms and suggestion phrases… and suggests configuration items that could improve search results for the shoppers.
The important thing about this feature is that it only makes suggestions. You still need to accept or reject the recommendations. So to make optimal use of this feature, you should check it often and review the proposals.
Predictive Sort
The predictive sort option allows Einstein to optimize the “browsing” experience on the category and search pages.
By looking at shopper behavior, it will continuously re-order the products in the lister pages so that the products they are most interested in are moved to the top of the results.
There are some things to keep in mind when using this feature:
- Do not rely entirely on Einstein’s Predictive Sort. Add other attributes into the mix. An example on the Trailhead module is like this: 25% revenue, 40% text relevance, and 35% “Predictive Sort”
- Caching must be disabled on the Categories and Search Results pages (Search-Show for the developers amongst the readers, the tiles can still be cached). So expect a performance hit on these pages.
And do not forget to A/B test the comparison of Predictive Sort against your regular sorting rules to verify that it is making the difference you were expecting and not lowering the conversion rate.
Search Recommendations
Do you ever feel like search suggestions didn’t understand the message you were trying to convey? Einstein is here to help shoppers find the correct products by already aiding at the start of the search.
It will analyze your entered search term, look at information like current location and device type, and try to auto-complete the search term for you.
For example, if the shopper types “swe” and they haven’t already searched for sweater or sweat pants, Einstein looks for phrases that start with swe for the device and location. If there’s enough data at that level, Einstein returns a phrase. If there isn’t enough data, Einstein searches across a larger data pool and devices until it finds a result.
Trailhead
Other features
Feed Einstein data from other channels
If you have other channels besides Salesforce B2C Commerce Cloud that can be used to place orders, this data can be fed into Einstein in the form of a gzipped TSV.
Einstein Profile Connector
Using a Headless API, it is possible to feed additional information about customers to Einstein, such as:
- Gender
- Favorite colors
- Favorite brands
And use this information to give more fine-grained recommendations to the shoppers.
Headless API
Einstein has headless APIs (besides the one already mentioned above) to send shopper activity and fetch recommendations. An excellent example of a use case is the PWA Kit, which already fully uses these APIs.
Other use-cases for these APIs could be:
- Recommendations in newsletters or other types of mailings (transactional)
- Mobile Application
- Customer Service
Learn more
Want to learn more about Einstein? Salesforce has provided a learning path dedicated to Einstein. And it is publicly available!