Release Notes / Version 13.2512.0
Table Of Contents
The integration of Analytics Connectors based on Elastic Core has been
removed, i.e. extension es-alx and parts of
extension alx, including the analytics doctypes.
Functionality for website tracking is still available and the
corresponding documentation has moved to the CoreMedia Blueprint
manual.
Removed features:
Top N Lists including
Analytics doctypes:
CMALXBaseList (abstract),CMALXPageListandCMALXEventListContentbean implementations
Studio configuration forms
Retrieval tasks and persistence based on the
ModelService(modulebpbase-es-alx-common)Studio: generic configuration, performance widgets, deep links
These features are discontinued and will be replaced by an integrated solution.
Removal of the analytics doctypes (CMALXPageList
and CMALXEventList) leads to problems in the
Content-Server, if content of these types exist in the repository.
Solution options:
Recommended: Remove all content of type
CMALXPageListandCMALXEventListas described in the documentation (Content-Server Manual/Deleting Content Types).If it is not possible to delete the content, reduced analytics doctypes can be added as custom doctypes:
<DocType Name="CMALXBaseList" Parent="CMDynamicList" Abstract="true"> </DocType> <DocType Name="CMALXPageList" Parent="CMALXBaseList"> </DocType> <DocType Name="CMALXEventList" Parent="CMALXBaseList"> </DocType>
To prevent Studio users from creating/editing these doctypes, rights can be configured appropriately.
(CMS-28074)


