close

Filter

loading table of contents...

CoreMedia Content Cloud v13 Upgrade Guide / Version 2512.0

Table Of Contents

7.9.3  Removed Analytics Connectors

The integration of Analytics Connectors based on Elastic Core has been removed, that is, extension es-alx and parts of extension alx, including the analytics content types. 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 content types: CMALXBaseList (abstract), CMALXPageList, CMALXEventList,

    • Content bean 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 content types (CMALXPageList and CMALXEventList) leads to problems in the Content-Server, if content of these types exist in the repository. You have two solution options:

To prevent Studio users from creating/editing these content types, you can configure rights appropriately.

  • Recommended: Remove all content of type CMALXPageList and CMALXEventList as described in the documentation at Section 4.3.6, “Deleting Content Types” in Content Server Manual.

  • If it is not possible to delete the content, you can add reduced analytics content types as custom content types like this:

    <DocType Name="CMALXBaseList" Parent="CMDynamicList" Abstract="true">
    </DocType>
    <DocType Name="CMALXPageList" Parent="CMALXBaseList">
    </DocType>
    <DocType Name="CMALXEventList" Parent="CMALXBaseList">
    </DocType>

Search Results

Table Of Contents
warning

Your Internet Explorer is no longer supported.

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