Included in this article
The Content Recommendation Engine (CRE) allows you to recommend specific content you'd like to promote. However, sometimes you may not want to include it on certain pages. You can exclude these pages from having the CRE on them by specifying those URLs in Account Settings as pages to be excluded.
You can select pages to exclude/include for the CRE display:
The maximum character limit for the Inclusion / Exclusion field is 1,000 characters.
You can place the following HTML code on pages where you want to hide the recommendation engine:
<style>
.insightera-tab-container-bottom{
visibility: hidden !important;
}
.insightera-bar{
visibility: hidden !important;
}
</style>
If you have trouble with your Content Recommendation Engine Bar showing up in places it shouldn't, check out Troubleshooting Web Personalization (RTP) - Content Recommendation Engine Bar shows up on all or exc...