+

Search Tips   |   Advanced Search

Feedback subsystem overview


The Feedback listener captures data and writes it to the Feedback database schema for subsequent reporting, a capability used to persist data in ways that specifically meet the requirements.

Logging occurs when a rule or logging bean is present in JSP or servlet a user visits. In either case, during execution an event containing data to be logged is generated and dispatched by the log manager to has a set of listeners.Personalization supplies two such listeners. The first is the Feedback listener, which captures data and writes it to the Feedback database schema for subsequent reporting. The second is the LikeMinds listener (LMListener), which captures data for subsequent use by the LikeMinds recommendation engine. Web site developers can optionally extend the provided listeners or create additional custom listeners to persist data in ways that specifically meet their needs.


Parent: Feedback and analytics