close

Filter

loading table of contents...

Release Notes / Version 13.2512.0

Table Of Contents

Removal of Analytics Connectors

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), CMALXPageList and CMALXEventList

    • Contentbean implementations

    • Studio configuration forms

  • Retrieval tasks and persistence based on the ModelService (module bpbase-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 CMALXPageList and CMALXEventList as 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)

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

Please use Mozilla Firefox, Google Chrome, or Microsoft Edge.