Category beans
Content categories enable you to classify Web user interests. You use Category beans to log content categories.
As a Web site visitor navigates Web pages, a Category bean logs the different categories viewed by the visitor during the session. For example, if a Web site visitor goes to Web site and views information about the weather, the category "Weather" can be logged. Another Web site visitor might be more interested in sports, so you would log the "Sports" category for this user. Category beans maintain category information for the current session including the categories logged and their corresponding log counts. Category information is routed to all registered log listeners.
All categories are logged to the Feedback schema and to the user session. Category information is not logged to the LikeMinds schema.
You can create rules that access the category counts in the current session, for example:
News Interest is Weather when current Category Count.Weather > 5 Sports when current Category Count.Sports > 5 Otherwise HeadlinesYou can also create rules that access the category names from the current session, for example:
Select content whose News.Topics is included in current CategoryNamesCategory Names.Category Names order as is
Parent
Logging beans