Package atg.projects.store.recommendations.processor

Class Summary
CategoryTrackingCodeProcessor This processor is responsible for generating clickstream tracking code markup for category landing pages.
OrderSubmitProcessor This processor is responsible for generating clickstream tracking code markup for order confirmation page.
ProductTrackingCodeProcessor This processor is responsible for generating clickstream tracking code markup for product detail pages.
SearchResultsProcessor This processor is responsible for generating clickstream tracking code markup for search results pages.
SetCategoryEventProcessor This processor retrieves the category repository item from the ViewItem event and stores it into ADCRequestData for further use by the remaining pipeline processors.
SetOrderProcessor This processor retrieves the submitted order from the SubmitOrder event and stores it into ADCRequestData for further use by the remaining pipeline processors.
SetSearchTermProcessor This processor knows where to look up for the search term in the search results page request and stores corresponding search keyword into ADCRequestData object for the use in the remaining pipeline processors.
TrackingCodeProcessor This processor is responsible for generating base clickstream tracking code markup that is included into all pages.