Logging beans
Use logging beans to log data about a Web site visitor's actions, category interests, and ratings.We can also use custom beans to log information specific to your Web application. You insert logging beans into the JSPs. The types of logging beans are:
- Action beans
- Rating beans
- Category beans
- CustomLog beans
- Page View beans
- Action beans
We use Action beans to log specific actions of the Web site visitors.- Category beans
Content categories enable you to classify Web user interests. We use Category beans to log content categories.- Rating beans
The Rating bean is a specialized logging bean. We use Rating beans in applications that solicit user ratings for web content or other personalization resources.- CustomLog beans
CustomLog beans give you the flexibility to log data that does not easily map to the other logging beans. We use CustomLog beans to log application specific data. You define the required key name(s) as well as the value(s) for that key.- PageView beans
We use PageView beans to log HTTP request data for JSPs (JavaServer pages).
Parent: Feedback and analytics