Goal
Use Mapp Intelligence recommendations in Mapp Engage with a personalization block.
Background information and prerequisites
Before you start, make sure these preconditions are met:
You have activated the Mapp Intelligence Recommendation API and Marketing Automation. If this is not already activated, speak to your customer success manager or account manager.
For Mapp Intelligence solutions, your Product Catalog is uploaded and the same across Mapp Intelligence and Mapp Engage.
User matching (with the email redirect) is configured and in use.
Intelligence tracking (with product tracking) is active.
You want to send out messages individually.
Procedure
Set up a Recommendations API. For instructions, see Using the Recommendation API.
Find your Placement ID.
In Mapp Intelligence, go to Marketing > Placements > Reco API.
Find the correct placement.
Click API Info.
Create a personalization block in Message Creation or Segmentation Builder.
Set the source to
MAPPINT.For the
modelID, use the Placement ID from your Mapp Intelligence Recommendation API.
Example of a personalization block
<%ForEach var="recommendedProduct" items="${ecx:recommendedProducts('MAPPINT', user.pk, 'plcmnt5', 0)}"%>
<%${recommendedProduct.productName}%> - <%${recommendedProduct.productPrice}%>
<%/ForEach%>