+

Search Tips   |   Advanced Search

Personalization


Portal Personalization provides automatic customization of website content for individual users and user groups.

Personalization can recognize a specific user based on a profile or can determine characteristics of a user based on previous purchases, products or pages viewed, and so forth. Personalization then selects content that is appropriate for that profile. If a person has a high salary range, Personalization can be configured to retrieve information about a commercial website premium product. If an individual belongs to a particular geographic region, content specific to that region may be targeted to the individual. The page is assembled with the proper personalized information, and the user sees her personalized page.

Personalization is composed of...

Personalization browser Register resource collections. Author rules, campaigns, and content spots. Map rules into content spots for a particular campaign. Since objects are authored through the Personalization server, the Personalization browser can display rules in production as well as view rules in a staging environment.
Rules engine Executes rules created in the Personalization browser. A programming interface exists for Personalization to invoke rules, Personalization rules may be invoked through the Personalized List portlet, or rules may be invoked through Web Content Manager Personalization components. Rules associated with pages or portlets through Portal Administration are also automatically triggered.
LikeMinds Recommendation engine Evaluates recommendation rules created in the Personalization browser.
Resource engine Resolves queries produced by rules into content pieces to be returned. Content for Personalization is created and approved using whatever content management tool you choose, or may come from an LDAP or any other database. Content is accessed via has a set of Resource Collection classes.
Logging framework Records information about website usage to the feedback database and the recommendation engine. It is entirely up to the site developers to decide what information is logged.

The engines are sometimes collectively referred to as the Personalization run time server.

The engine identifies the particular user. Personalization retrievethat person's profile.

For example, a person may have a salary range included in her profile. Personalization then selects content that is appropriate for that profile. If a person has a high salary range, region code, or other information, Personalization can be configured to retrieve information about a commercial website premium product. The page is assembled with the proper personalized information. The user sees her personalized page.


Types of Personalization

There are three types of Personalization:


Rules versus collaborative filtering

When complex filtering is required, a rule-based system may work better than collaborative filtering, and vice versa.

Scenario Which filtering type to use Reason
If the number of items offered and users who purchase them are rather low. Rules Very little room to compute user similarity necessary for collaborative filtering.
If price points are high or purchasing frequency is low. Rules Finite, limited arenas - collaborative filtering fails because of the inherent lack of diversity.
If there is a pre-existing dependency between items. Example: Disability policy required for homeowner Rules Recommending a disability policy just because collaborative filtering says many others "like this user" also bought a policy is incorrect--one must have the homeowner policy first.
If number of items offered and users who purchase them are rather high. Collaborative Cannot write rules covering all items.
If price points are low, all quite dissimilar, or the products offered have a wide range of user appeal. Collaborative The wide variance fits the collaborative filtering approach. Collaborative filtering also lowers the risk of making "bad" recommendations.
When not much information is gathered about the user, but the user can be identified, possibly by a login or cookie. Collaborative In this case, user attributes on which to base rules may be lacking. Collaborative filtering can compare the user's experiences on the site to other users.

  1. How a site is personalized
  2. Personalization terms
  3. The Personalization interface
  4. Publish personalization rules overview
  5. The Web Content resource collection
  6. The Portal User resource collection
  7. LikeMinds Recommendations
  8. Feedback and analytics
  9. Develop a personalized portlet
  10. Personalization programming reference


Parent: Set up a portal site
Related:
Develop a personalized portlet