Product Recommendation Engines
Incorporate promotional content in emails to match customer preferences.
Overview
You can send out product recommendations in your customer emails based on the opt-in preferences indicated by the customer.
Promotional content such as product recommendations should only be sent to users that have opted-in to receive such communications. You will have to provide us with this information.
Product recommendations in emails must be customer-specific. parcelLab is not responsible for the content of the emails and does not assume any guarantee.

Configuring Product Recommendation Engines
The following sections describe the configuration required for including product recommendation engines in email communication.
Customer Requirements
To integrate promotional content from product recommendation engines in email communication, you need to provide the following general information:
The list of all users that have opted-in to receive product recommendations and the corresponding recipient data, including the email address.
The product recommendation engine that you want to use.
In which emails to display the promotional content (for example: order delivered emails).
Product Recommendation Engine Requirements
The following sections describe the information required to implement specific product recommendation engines.
Emarsys Predict
Product recommendations from Emarsys use Predict, which can be included into the relevant email templates by parcelLab.
To integrate links to product recommendations from Emarsys in email communication, you need to provide the following information to parcelLab:
Set up a recurring .csv export to our server on the Emarsys platform in order for us to get the product data.
Your Merchant ID and ID of the widget.
A daily export file with the predictUserID and predictSecret of all customers.
A HTML code snippet so it can be integrated in email templates.
The HTML is shown, which can be easily integrated into messages/templates.
<a href="http://emarsys.sampleshop.com/predict/recommender/<some-hash>/<widget-id>/1.html?ci=<order-no>" target="_blank">
<img src="http://emarsys.sampleshop.com/predict/recommender/<some-hash>/<widget-id>/1.jpg?ci=<order-no>" width="200" height="260">
</a>
<a href="http://emarsys.sampleshop.com/predict/recommender/<some-hash>/<widget-id>/2.html?ci=<order-no>" target="_blank">
<img src="http://emarsys.sampleshop.com/predict/recommender/<some-hash>/<widget-id>/2.jpg?ci=<order-no>" width="200" height="260">
</a>
Nosto
To integrate links to product recommendations from Nosto in email communication, you need to provide a HTML code snippet so it can be integrated in email templates by parcelLab.
The type of recommendation and how it looks in the messages is completely set up in Nosto's platform. The HTML code snippet is generated based on the chosen parameters and this code is included in our templates.
Other Supported Product Recommendation Engines
The following product recommendation engines are also supported:
Certona
Dynamic Yield
Implementation Process
When parcelLab has the required information, the setup process can begin for the selected product recommendation engine. The recommendations are added to emails in the form of a link, which when added into the template of emails displays the recommendations.
For example:
<a href="http://tracking.yourshop.com/predict/recommender/1B337EE8F5237573/x7js48/1.html?eh=$pers_3063$&es=$pers_7025$" target="_blank"><img src="http://tracking.yourshop.com/predict/recommender/1B337EE8F5237573/x7js48/1.jpg?eh=$pers_3063$&es=$pers_7025$" width="200" height="260"></a>
Last updated
Was this helpful?