Set up intelligent Content recommendations Updated October 18, 2024 20:51 Content recommendations enable admins to create policies (rules) that suggest the most relevant materials for each sales conversation in Salesforce. These recommendations, which include resources such as videos, ebooks, white papers, and infographics, are tailored based on deal data in Salesforce. As an admin, you can: Manually configure recommendation policies (rules) using various Salesforce field types (e.g., text, multi-value, picklist) and fields from related or child objects (such as products tied to an opportunity). These rules map tags from your assets to specific Salesforce field values. When certain Salesforce criteria are met, Showpad content with the corresponding tags will be recommended. Let Showpad AI automatically generate recommendations by analyzing the fields you define in your AI recommendation policies. The AI uses semantic search to suggest relevant content from the Content Library. This ensures that your sales reps receive the best content suggestions to move each deal forward. Depending on your configuration, users will see recommended content within Salesforce objects like Accounts, Leads, Contacts, Opportunities, or any other object integral to your sales process. Sellers can also discover recommended content in their Shared Spaces when adding assets. CRM-based content recommendations in a Shared Space are driven by the most recent opportunity the space was linked to, or the most recent account if no opportunity is available. Recommended assets are prioritized first by the number of matching rules and secondarily by the most recent update date. See how it works You need this to succeed Showpad Platform customers with an active CRM integration Showpad Content Ultimate plan Showpad Content Plus with the CRM integration add-on Note: The CRM integration add-on is not available for Showpad Coach plans. Admin privileges on both the Showpad and Salesforce platforms In Showpad, users need access to the Experience that uses the recommended assets Before following these instructions, please ensure you first connect your Salesforce instance, enable CORS, download and install the Showpad for Salesforce app, configure the Showpad app, and add it to record pages. Do this step by step Enable recommendations Configure recommendations with content mapping rules with AI recommendation policies See how recommended content appears in Salesforce Rule examples Enable recommendations In the Showpad Online Platform, click the gear icon and select Integrations. Navigate to the CRM tab. Then, click the Salesforce instance you wish to set up recommendations for. Scroll down to Recommendations display settings and click Edit. Click Change at the top right. Check Accounts, Contacts, Leads, and/or Opportunities to select where you want to see the recommendations in Salesforce.Check the box if you wish to include learning materials in recommendations. This includes Courses and assets marked internal. These files are intended for internal learning and are marked as not shareable.Note that you can also embed recommendations on objects other than these four main ones, but the flow to surface them is slightly different as it relies on creating your own VisualForce page within Salesforce. See our Developer Portal for more details. Note: If the Showpad App is added to Salesforce record pages without enabling recommendations, users will see the app widget with just the Showpad Insights tab. Configure recommendations Content mapping rule The following explains how to manually configure rules to connect CRM field values to content tags. Click Create recommendation policy in the top right or at the bottom. Select Content mapping rule. In the Recommended Showpad content field, add the tags for which you want to surface content. You can match assets and Courses with ALL the selected tags, ANY of the selected tags, or NONE of the selected tags. Match ALL of these tags - An asset must contain every one of the tags listed in this field in order to be recommended. Match ANY of these tags - An asset must contain at least one of the tags listed in this field to be recommended. Match NONE of these tags - An asset must not contain any of the tags listed in this field in order to be recommended. Tip: To test which assets or Courses will appear in the recommended section of Salesforce, use the tags filter in your Assets & Experiences Library or Coach Library to validate your tag rules. Next, choose the Object field and select the object you want the rule to apply to from the drop-down menu. Objects can be Account, Contact, Lead, Opportunity, and any custom or non-sales object (e.g., Case) with a ‘layout’ capability. Optionally, if you want to base your recommendations on a Child Relation, select an option from the drop-down menu. Next, Choose the Field from the Object or Child from the drop-down menu, or type the related field you want to view. Note: You may also reference a parent object field using a dot notation, similar to Salesforce cross-object formulas. See an example in the Rule examples section. Choose the parameters for the field values, such as equals, contains, etc. Add the field value that will qualify for recommendations. Add the field value that will qualify for recommendations. For lookup fields, master-detail fields, and record types, you will need to enter the record ID rather than the display value.For matching values from multi-picklist fields, make sure to enter their API name, which administrators can find on the setup side of Salesforce. Also, note that multi-picklist values are stored as semi-colon-separated values, so consider using ‘contains’ rather than 'equals’ to ensure all matching records are caught. Duplicate the current record by ticking the Create another box. Click Save when you're done editing. You can also create advanced rule sets combining Salesforce conditions using OR and AND operators. Using the OR functionality means either Salesforce component of the rule can be true for recommendations to show. Using the AND functionality means that both components of the rule must be true for the recommendations to show. Note: When using the AND operator in recommendation rules, ensure all conditions relate to the same object type. AI recommendation policies AI-powered recommendation policies automatically analyze and suggest content based on the key objects and fields you define. Showpad's AI engine scans your defined parameters and performs a semantic search to find and recommend the most relevant content from the content library, presenting it to your users. Note: Users will always see why specific content was recommended, regardless of using content mapping rules or AI-powered recommendation policies. Set up an AI recommendation policy Click Create recommendation policy in the top right or at the bottom. Select AI recommendation policy. Next in the CRM context section, choose the Object field and select the object you want the rule to apply to from the drop-down menu. Objects can be Account, Contact, Lead, Opportunity, and any custom or non-sales object (e.g., Case) with a ‘layout’ capability. Optionally, if you want to base your recommendations on a Child Relation, select an option from the drop-down menu. Next, Choose the Field from the Object or Child from the drop-down menu, or type the related field you want to view. Note: You may also reference a parent object field using a dot notation, similar to Salesforce cross-object formulas. See an example in the Rule examples section. Duplicate the current record by ticking the Create another box. Click Save when you're done editing. How recommended content appears in Salesforce If you create your Recommendation Rules and attach tags to the correct fields, the content will start to show up for your sales colleagues in the various places you selected. Up to 100 assets will be displayed, and they will be sorted as follows: Number of matching rules (highest first) Last updated asset (most recently updated first) Content will be categorized into All, Share, and Learn Tabs. All include any assets relevant to the recommendation rules applicable, Share content is assets with the sharing permission enabled, and Learn is internal assets and Courses with sharing not allowed. More information about how it works for your sales reps is available here. Rule Examples Basic rules In the image below we will make recommendations for opportunities in the stage 'qualification'. Select 'Opportunity' as the object. Next, choose the related field 'Stage'. Select the qualifier 'equal to'. Add the field value 'Qualification'. In this example, when the opportunity stage field value is ‘qualification’, we will recommend content with tags containing both ‘Agriculture’ and ‘Brochure’ that users can access through their Experiences. As an example of a rule using the optional child relation, we will make recommendations for products related to an opportunity. Select Opportunity as the object. Next, choose the child relation OpportunityLineItems. The intermediate ‘connecting’ object in Salesforce links Opportunities to products. For the Child object field, type product2.Name. For the qualifier, we selected equal to, and the value Showspace Unlimited as the product. In this example, when any of the products related to an opportunity is equal to Showspace Unlimited, we recommend content with the tags Showspace and Unlimited that users can access in their Experiences. As an example of a rule using the parent relation with 'dot' notation, we will make recommendations based on the account related to an opportunity. Select Opportunity as the object. For the object field, type Account.Primary_Distribution_Country__c. For the qualifier, we selected equal to, and for the value, we typed FR. In this example, when the account’s primary distribution country related to an opportunity is equal to France, we will recommend content with the tags technology and brochure that users can access in their Experiences. Advanced rules In the example below, we will create a rule using both 'OR' and 'AND' qualifiers. 'Opportunity' is the object. The related field is set to 'Stage'. The qualifier is 'equal to'. The field value is 'Needs Analysis'. Next, 'AND' was used to add another condition to the rule. Within this rule set, we will use an 'OR' qualifier to say that the opportunity's lead source must be equal to Partner Referral OR Phone Inquiry. In totality, this rule states that if the Opportunity is in 'Needs Analysis' stage AND the Opportunity's lead source is Partner Referral OR Phone Inquiry, content with both the tags 'agriculture' and 'brochure' will be shown. Related articles Guide to connecting Salesforce and Showpad instances Add Showpad's Insights and Recommendations app to record pages Review and share recommended content in Salesforce Integrate Showpad activities in Salesforce Configure Salesforce connected apps and Visualforce Pages