Endeca offers integration with the Coremetrics Online Analytics product through an integration module that is packaged with the Endeca reference library.
The integration module contains the code required to capture search terms information and enable the Coremetrics On-Site Search Intelligence report. Coremetrics integration is offered for both the JSP and ASP.NET versions of the UI reference implementation.
All of the reference implementations assume that the code supplied by Coremetrics is located in the /coremetrics directory at the root of your application server. If you have installed Coremetrics in another directory, or are using a different version of Coremetrics, you will have to modify the coremetrics include statement in the integration module. In addition, the reference implementations are set up to point to the Coremetrics test server. In order to enable Coremetrics integration for production, you must add a cmSetProduction() call above the cmCreatePageviewTag() call in the integration module.